#764513
a dark, vivid orange · warm · closest name: sienna
RGB
118, 69, 19
HSL
30°, 72%, 27%
CMYK
0, 42, 84, 54
Luminance
0.0815
Every format
| HEX | #764513 |
| RGB | rgb(118, 69, 19) |
| HSL | hsl(30, 72%, 27%) |
| CMYK | cmyk(0%, 42%, 84%, 54%) |
| LAB | lab(34.3 17.0 37.0) |
| LCH | lch(34.3 40.7 65.3) |
| OKLCH | oklch(0.440 0.091 61.1) |
Copy-ready code
/* CSS */
color: #764513;
background-color: #764513;
/* Tailwind (arbitrary) */
class="text-[#764513] bg-[#764513]"
/* SCSS */
$brand: #764513;
/* SwiftUI */
Color(red: 0.463, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#764513")Accessibility — WCAG contrast
Aa
#764513 on white: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#764513 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow83.9%
Key (black)53.7%
Color previews
#764513 text on a black background
contrast 2.63:1
Card sample
#764513 text on a white background
contrast 7.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #764513;
Background color
Panel with #764513 background
background-color: #764513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #764513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #764513; background: linear-gradient(135deg, #764513, #657613);