#421600
A very dark, vivid orange closely aligning with Saddlebrown.
About #421600
The hex code #421600 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(66, 22, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 67% magenta inks. With a hue angle of 20.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#421600
RGB66, 22, 0
HSL20.0°, 100.0%, 12.9%
CMYK0%, 67%, 100%, 74%
HSV20.0°, 100.0%, 25.9%
LAB14.0, 20.0, 21.3
XYZ2.5, 1.7, 0.2
Decimal4331008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.60:1
Text on #FFFFFF
AAA
1.35:1
Text on #000000
FAIL
14.91:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421600;
}
.text-color {
color: #421600;
}
.border-color {
border: 2px solid #421600;
}