#533b13
a deep, vivid orange · warm · closest name: sienna
RGB
83, 59, 19
HSL
38°, 63%, 20%
CMYK
0, 29, 77, 68
Luminance
0.0501
Every format
| HEX | #533b13 |
| RGB | rgb(83, 59, 19) |
| HSL | hsl(38, 63%, 20%) |
| CMYK | cmyk(0%, 29%, 77%, 68%) |
| LAB | lab(26.8 6.0 27.9) |
| LCH | lch(26.8 28.6 77.8) |
| OKLCH | oklch(0.371 0.064 76.9) |
Copy-ready code
/* CSS */
color: #533b13;
background-color: #533b13;
/* Tailwind (arbitrary) */
class="text-[#533b13] bg-[#533b13]"
/* SCSS */
$brand: #533b13;
/* SwiftUI */
Color(red: 0.325, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#533b13")Accessibility — WCAG contrast
Aa
#533b13 on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533b13 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow77.1%
Key (black)67.5%
Color previews
#533b13 text on a black background
contrast 2.00:1
Card sample
#533b13 text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533b13;
Background color
Panel with #533b13 background
background-color: #533b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533b13; background: linear-gradient(135deg, #533b13, #405313);