Shades of Chestnut #B4524D
Tints of Chestnut #B4524D
RGB
CMYK
RGB Variations
Color information
#B4524D (or 0xB4524D) is known color: Chestnut. HEX triplet: B4, 52 and 4D. RGB value is (180,82,77). Sum of RGB (Red+Green+Blue) = 180+82+77=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4524D is #4BADB2. Grayscale: #6E6E6E. Windows color (decimal): -4959667 or 5067444. OLE color: 5067444.
HSL color Cylindrical-coordinate representation of color #B4524D: hue angle of 2.91º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4524D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 77 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.29 |
| HSL | 2.91º | 0.41% | 0.5% | - |
| HSV(B) | 2.91º | 0.57% | 0.71% | - |
| XYZ | 23.18 | 16.27 | 8.94 | - |
| YUV | 110.73 | 108.97 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 77 | 0 | 0.54 | 0.57 | 0.29 | 2.91 | 0.41 | 0.5 |
| Hex | B4 | 52 | 4D | 0 | 36 | 39 | 1D | 3 | 29 | 32 |
| Octal | 264 | 122 | 115 | 0 | 66 | 71 | 35 | 3 | 51 | 62 |
| Binary | 10110100 | 1010010 | 1001101 | 0 | 110110 | 111001 | 11101 | 11 | 101001 | 110010 |
Color Harmonies of #B4524D
Complementary color
Monochromatic Colors of #B4524D
Black with #B4524D
Text Example
Text Example
White with #B4524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4524D; }
p { color: rgb(180,82,77); }
H1.HeaderClassName
{
color: #B4524D;
}
.AnyTagClassName
{
color: #B4524D;
}
</style>
background-color css
<style>
a { background-color: #B4524D; }
a { background-color: rgb(180,82,77); }
div.DivClassName
{
background-color: #B4524D;
}
.BgClassName
{
background-color: #B4524D;
}
</style>
border-color css
<style>
span { border-color: #B4524D; }
span { border-color: rgb(180,82,77); }
td.TdClassName
{
border-color: #B4524D;
}
.TagClassName
{
border-color: #B4524D;
}
</style>