#501D00
A very dark, vivid orange closely aligning with Saddlebrown.
About #501D00
The hex code #501D00 represents a beautifully specific shade of orange. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(80, 29, 0).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 64% M, 100% Y, and 69% K. The HSL representation is 21.8° hue, 100.0% saturation, and 15.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#501D00
RGB80, 29, 0
HSL21.8°, 100.0%, 15.7%
CMYK0%, 64%, 100%, 69%
HSV21.8°, 100.0%, 31.4%
LAB18.3, 22.4, 27.2
XYZ3.7, 2.6, 0.3
Decimal5250304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.84:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.23:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501D00;
}
.text-color {
color: #501D00;
}
.border-color {
border: 2px solid #501D00;
}