Light Brown
#b5651d
Light Brown is a color with the hex code #b5651d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b5651d | |
|---|---|---|
| RGB | rgb(181, 101, 29) | |
| HSL | hsl(28, 72%, 41%) | |
| CMYK | cmyk(0%, 44%, 84%, 29%) | |
| LAB | lab(51, 29, 52) | |
| OKLCH | oklch(0.59 0.13 57) |
Color harmonies
Tints & shades
Code snippets
color: #b5651d;
background-color: #b5651d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB5651D)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.40, blue: 0.11, alpha: 1.0)