Panela
#9b5227
Panela, represented by the hex value #9b5227, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b5227 | |
|---|---|---|
| RGB | rgb(155, 82, 39) | |
| HSL | hsl(22, 60%, 38%) | |
| CMYK | cmyk(0%, 47%, 75%, 39%) | |
| LAB | lab(43, 29, 38) | |
| OKLCH | oklch(0.52 0.112 49) |
Color harmonies
Tints & shades
Code snippets
color: #9b5227;
background-color: #9b5227;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9B5227)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.32, blue: 0.15, alpha: 1.0)