#503A00
A very dark, vivid orange closely aligning with Saddlebrown.
About #503A00
When working with digital screens, the color #503A00 is rendered by mixing light. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(80, 58, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 28% magenta, 100% yellow, and 69% black. The HSL representation is 43.5° hue, 100.0% saturation, and 15.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#503A00
RGB80, 58, 0
HSL43.5°, 100.0%, 15.7%
CMYK0%, 28%, 100%, 69%
HSV43.5°, 100.0%, 31.4%
LAB26.0, 4.2, 35.3
XYZ4.8, 4.7, 0.7
Decimal5257728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.79:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.31:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #503A00;
}
.text-color {
color: #503A00;
}
.border-color {
border: 2px solid #503A00;
}