Hold Your Horses
#705446
Looking for the precise values behind Hold Your Horses (#705446)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #705446 | |
|---|---|---|
| RGB | rgb(112, 84, 70) | |
| HSL | hsl(20, 23%, 36%) | |
| CMYK | cmyk(0%, 25%, 37%, 56%) | |
| LAB | lab(38, 10, 13) | |
| OKLCH | oklch(0.47 0.044 48) |
Color harmonies
Tints & shades
Code snippets
color: #705446;
background-color: #705446;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF705446)
/* Swift / UIKit */
UIColor(red: 0.44, green: 0.33, blue: 0.27, alpha: 1.0)