#421D00
A very dark, vivid orange closely aligning with Saddlebrown.
About #421D00
Visually, #421D00 is defined as a vivid orange. It is closely associated with the named CSS color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 29, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 56% magenta, 100% yellow, and 74% black. The HSL representation is 26.4° hue, 100.0% saturation, and 12.9% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#421D00
RGB66, 29, 0
HSL26.4°, 100.0%, 12.9%
CMYK0%, 56%, 100%, 74%
HSV26.4°, 100.0%, 25.9%
LAB15.7, 15.7, 23.4
XYZ2.7, 2.0, 0.3
Decimal4332800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.92:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.26:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421D00;
}
.text-color {
color: #421D00;
}
.border-color {
border: 2px solid #421D00;
}