Zinnwaldite Brown (#2C1608)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 17.14:1 — vs black: 1.23:1

Color values

  • HEX #2C1608
  • RGB rgb(44, 22, 8)
  • HSL hsl(23, 81%, 17%)
  • CMYK cmyk( 0, 50, 81.82, 82.75 )
  • Websafe #330000

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #2C1608 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Zinnwaldite Brown
#2C1608 Base
#081E2C
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Zinnwaldite Brown
#2C1608 Base
#2C080C
#2C2808
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Zinnwaldite Brown
#2C1608 Base
#082C16
#16082C
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Zinnwaldite Brown
#2C1608 Base
#082C28
#080C2C
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Zinnwaldite Brown
#2C1608 Base
#0C2C08
#081E2C
#28082C
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Zinnwaldite Brown
#2C1608 Base
#160B04
#4F270E
#6D3614
#AD5720
Shades & Tints

Darker shades and lighter tints of Zinnwaldite Brown, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#160B04
#1A0D05
#1F0F06
#231206
#281407
Zinnwaldite Brown #2C1608 Base
#753B15
#BE5F23
#E08C57
#EEBEA0
#FBF0E9
CSS & SCSS Snippets

Ready-to-use code snippets for #2C1608. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #2C1608;
}

/* Text */
.element {
    color: #2C1608;
}

/* Border */
.element {
    border: 1px solid #2C1608;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #2C1608,
        #083450
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #2C1608,
        #083450
    );
}
SCSS Variable
// SCSS variable
$zinnwaldite-brown: #2C1608;

// With RGB channels (useful for rgba() usage)
$zinnwaldite-brown-r: 44;
$zinnwaldite-brown-g: 22;
$zinnwaldite-brown-b: 8;

// Usage
.element {
    background-color: $zinnwaldite-brown;
    color: rgba($zinnwaldite-brown-r, $zinnwaldite-brown-g, $zinnwaldite-brown-b, 0.8);
}
Color Blindness Simulation

How Zinnwaldite Brown appears to people with different types of color vision deficiency.

Normal Vision #2C1608 How the color appears with full color vision.
Deuteranopia #1E1E07 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #191908 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #2D1515 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #1B1B1B Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Zinnwaldite Brown ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Zinnwaldite Brown #2C1608 Base
Bistre #3D2B1F ΔE 6.83
Seal Brown #321414 ΔE 6.93
Dark Sienna #3C1414 ΔE 8.73
Licorice #1A1110 ΔE 9.04

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.