#7C3300
A dark, vivid orange closely aligning with Saddlebrown.
About #7C3300
At its core, #7C3300 is a dark and vivid hue. Designers often compare it to the standard color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 51, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 59% Magenta, 100% Yellow, and 51% Black. The HSL representation is 24.7° hue, 100.0% saturation, and 24.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a 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#7C3300
RGB124, 51, 0
HSL24.7°, 100.0%, 24.3%
CMYK0%, 59%, 100%, 51%
HSV24.7°, 100.0%, 48.6%
LAB31.0, 29.4, 42.2
XYZ9.5, 6.7, 0.8
Decimal8139520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.01:1
Text on #FFFFFF
AAA
2.33:1
Text on #000000
FAIL
8.61:1
Text on #F8FAFC
AAA
1.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3300;
}
.text-color {
color: #7C3300;
}
.border-color {
border: 2px solid #7C3300;
}