#75522f
a dark, soft orange · warm · closest name: sienna
RGB
117, 82, 47
HSL
30°, 43%, 32%
CMYK
0, 30, 60, 54
Luminance
0.1002
Every format
| HEX | #75522f |
| RGB | rgb(117, 82, 47) |
| HSL | hsl(30, 43%, 32%) |
| CMYK | cmyk(0%, 30%, 60%, 54%) |
| LAB | lab(37.9 10.4 26.1) |
| LCH | lch(37.9 28.1 68.3) |
| OKLCH | oklch(0.468 0.069 64.8) |
Copy-ready code
/* CSS */
color: #75522f;
background-color: #75522f;
/* Tailwind (arbitrary) */
class="text-[#75522f] bg-[#75522f]"
/* SCSS */
$brand: #75522f;
/* SwiftUI */
Color(red: 0.459, green: 0.322, blue: 0.184)
/* Android */
Color.parseColor("#75522f")Accessibility — WCAG contrast
Aa
#75522f on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#75522f on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta29.9%
Yellow59.8%
Key (black)54.1%
Color previews
#75522f text on a black background
contrast 3.00:1
Card sample
#75522f text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #75522f;
Background color
Panel with #75522f background
background-color: #75522f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #75522f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 82, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 82, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #75522f; background: linear-gradient(135deg, #75522f, #69752F);