Brownstone
#785441
Brownstone is a color with the hex code #785441. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #785441 | |
|---|---|---|
| RGB | rgb(120, 84, 65) | |
| HSL | hsl(21, 30%, 36%) | |
| CMYK | cmyk(0%, 30%, 46%, 53%) | |
| LAB | lab(39, 14, 17) | |
| OKLCH | oklch(0.48 0.056 49) |
Color harmonies
Tints & shades
Code snippets
color: #785441;
background-color: #785441;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF785441)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.33, blue: 0.25, alpha: 1.0)