Shades of Chestnut #B24E42
Tints of Chestnut #B24E42
RGB
CMYK
RGB Variations
Color information
#B24E42 (or 0xB24E42) is known color: Chestnut. HEX triplet: B2, 4E and 42. RGB value is (178,78,66). Sum of RGB (Red+Green+Blue) = 178+78+66=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E42 is #4DB1BD. Grayscale: #6A6A6A. Windows color (decimal): -5091774 or 4345522. OLE color: 4345522.
HSL color Cylindrical-coordinate representation of color #B24E42: hue angle of 6.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24E42 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 66 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.30 |
| HSL | 6.43º | 0.46% | 0.48% | - |
| HSV(B) | 6.43º | 0.63% | 0.7% | - |
| XYZ | 22.07 | 15.31 | 6.95 | - |
| YUV | 106.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 66 | 0 | 0.56 | 0.63 | 0.30 | 6.43 | 0.46 | 0.48 |
| Hex | B2 | 4E | 42 | 0 | 38 | 3F | 1E | 6 | 2E | 30 |
| Octal | 262 | 116 | 102 | 0 | 70 | 77 | 36 | 6 | 56 | 60 |
| Binary | 10110010 | 1001110 | 1000010 | 0 | 111000 | 111111 | 11110 | 110 | 101110 | 110000 |
Color Harmonies of #B24E42
Complementary color
Monochromatic Colors of #B24E42
Black with #B24E42
Text Example
Text Example
White with #B24E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E42; }
p { color: rgb(178,78,66); }
H1.HeaderClassName
{
color: #B24E42;
}
.AnyTagClassName
{
color: #B24E42;
}
</style>
background-color css
<style>
a { background-color: #B24E42; }
a { background-color: rgb(178,78,66); }
div.DivClassName
{
background-color: #B24E42;
}
.BgClassName
{
background-color: #B24E42;
}
</style>
border-color css
<style>
span { border-color: #B24E42; }
span { border-color: rgb(178,78,66); }
td.TdClassName
{
border-color: #B24E42;
}
.TagClassName
{
border-color: #B24E42;
}
</style>