#422C07
A very dark, vivid orange closely aligning with Saddlebrown.
About #422C07
The hex code #422C07 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 66 red, 44 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 33% Magenta, 89% Yellow, and 74% Black. With a hue angle of 37.6 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#422C07
RGB66, 44, 7
HSL37.6°, 80.8%, 14.3%
CMYK0%, 33%, 89%, 74%
HSV37.6°, 89.4%, 25.9%
LAB19.9, 6.3, 25.7
XYZ3.2, 3.0, 0.6
Decimal4336647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.17:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.58:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422C07;
}
.text-color {
color: #422C07;
}
.border-color {
border: 2px solid #422C07;
}