#502C07
A very dark, vivid orange closely aligning with Saddlebrown.
About #502C07
Visually, #502C07 is defined as a vivid orange. Its closest recognized web color is Saddlebrown. In the RGB color space, it consists of 80 red, 44 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 45% M, 91% Y, and 69% K. The HSL representation is 30.4° hue, 83.9% saturation, and 17.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#502C07
RGB80, 44, 7
HSL30.4°, 83.9%, 17.1%
CMYK0%, 45%, 91%, 69%
HSV30.4°, 91.2%, 31.4%
LAB22.0, 13.5, 28.6
XYZ4.2, 3.5, 0.7
Decimal5254151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.32:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.78:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502C07;
}
.text-color {
color: #502C07;
}
.border-color {
border: 2px solid #502C07;
}