#3A2C16
A very dark, moderate orange closely aligning with Black.
About #3A2C16
At its core, #3A2C16 is a very dark and moderate hue. It is closely associated with the named CSS color Black. This translates to an RGB value of rgb(58, 44, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A2C16
RGB58, 44, 22
HSL36.7°, 45.0%, 15.7%
CMYK0%, 24%, 62%, 77%
HSV36.7°, 62.1%, 22.7%
LAB19.1, 3.2, 16.6
XYZ2.8, 2.8, 1.1
Decimal3812374
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.53:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.93:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A2C16;
}
.text-color {
color: #3A2C16;
}
.border-color {
border: 2px solid #3A2C16;
}