#75331D
A dark, moderate orange closely aligning with Saddlebrown.
About #75331D
The precise color #75331D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 51, and 29.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 56% M, 75% Y, and 54% K. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75331D
RGB117, 51, 29
HSL15.0°, 60.3%, 28.6%
CMYK0%, 56%, 75%, 54%
HSV15.0°, 75.2%, 45.9%
LAB30.0, 27.4, 27.4
XYZ8.7, 6.2, 1.9
Decimal7680797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.34:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.93:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75331D;
}
.text-color {
color: #75331D;
}
.border-color {
border: 2px solid #75331D;
}