#502C0F
A very dark, moderate orange closely aligning with Saddlebrown.
About #502C0F
When working with digital screens, the color #502C0F is rendered by mixing light. Its closest recognized web color is Saddlebrown. Its digital footprint relies on 80 parts red, 44 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 45% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#502C0F
RGB80, 44, 15
HSL26.8°, 68.4%, 18.6%
CMYK0%, 45%, 81%, 69%
HSV26.8°, 81.2%, 31.4%
LAB22.1, 13.9, 25.1
XYZ4.3, 3.5, 0.9
Decimal5254159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.29:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.75:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502C0F;
}
.text-color {
color: #502C0F;
}
.border-color {
border: 2px solid #502C0F;
}