#503A0F
A very dark, moderate orange closely aligning with Saddlebrown.
About #503A0F
At its core, #503A0F is a very dark and moderate hue. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(80, 58, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. With a hue angle of 39.7 degrees, it sits comfortably in the orange spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#503A0F
RGB80, 58, 15
HSL39.7°, 68.4%, 18.6%
CMYK0%, 28%, 81%, 69%
HSV39.7°, 81.2%, 31.4%
LAB26.1, 4.9, 29.1
XYZ4.9, 4.8, 1.1
Decimal5257743
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.75:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.28:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503A0F;
}
.text-color {
color: #503A0F;
}
.border-color {
border: 2px solid #503A0F;
}