#3A2C1D
A very dark, moderate orange closely aligning with Black.
About #3A2C1D
When working with digital screens, the color #3A2C1D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(58, 44, 29).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 24% M, 50% Y, and 77% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A2C1D
RGB58, 44, 29
HSL31.0°, 33.3%, 17.1%
CMYK0%, 24%, 50%, 77%
HSV31.0°, 50.0%, 22.7%
LAB19.2, 4.0, 12.2
XYZ2.9, 2.8, 1.5
Decimal3812381
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.48:1
Text on #FFFFFF
AAA
1.56:1
Text on #000000
FAIL
12.88:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C1D;
}
.text-color {
color: #3A2C1D;
}
.border-color {
border: 2px solid #3A2C1D;
}