Old Study
#431705
Looking for the precise values behind Old Study (#431705)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #431705 | |
|---|---|---|
| RGB | rgb(67, 23, 5) | |
| HSL | hsl(17, 86%, 14%) | |
| CMYK | cmyk(0%, 66%, 93%, 74%) | |
| LAB | lab(15, 21, 20) | |
| OKLCH | oklch(0.27 0.074 41) |
Color harmonies
Tints & shades
Code snippets
color: #431705;
background-color: #431705;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF431705)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.09, blue: 0.02, alpha: 1.0)