Brownie
#964b00
Brownie, represented by the hex value #964b00, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #964b00 | |
|---|---|---|
| RGB | rgb(150, 75, 0) | |
| HSL | hsl(30, 100%, 29%) | |
| CMYK | cmyk(0%, 50%, 100%, 41%) | |
| LAB | lab(41, 29, 51) | |
| OKLCH | oklch(0.5 0.123 55) |
Color harmonies
Tints & shades
Code snippets
color: #964b00;
background-color: #964b00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF964B00)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.29, blue: 0.00, alpha: 1.0)