#503A07
A very dark, vivid orange closely aligning with Saddlebrown.
About #503A07
The precise color #503A07 is an excellent choice for modern design projects. Its closest recognized web color is Saddlebrown. Its digital footprint relies on 80 parts red, 58 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 28% magenta, 91% yellow, and 69% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#503A07
RGB80, 58, 7
HSL41.9°, 83.9%, 17.1%
CMYK0%, 28%, 91%, 69%
HSV41.9°, 91.2%, 31.4%
LAB26.0, 4.5, 32.5
XYZ4.9, 4.7, 0.9
Decimal5257735
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.77:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.30:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503A07;
}
.text-color {
color: #503A07;
}
.border-color {
border: 2px solid #503A07;
}