Shades of Chestnut #B24D49
Tints of Chestnut #B24D49
RGB
CMYK
RGB Variations
Color information
#B24D49 (or 0xB24D49) is known color: Chestnut. HEX triplet: B2, 4D and 49. RGB value is (178,77,73). Sum of RGB (Red+Green+Blue) = 178+77+73=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D49 is #4DB2B6. Grayscale: #6A6A6A. Windows color (decimal): -5092023 or 4804018. OLE color: 4804018.
HSL color Cylindrical-coordinate representation of color #B24D49: hue angle of 2.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24D49 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 73 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.30 |
| HSL | 2.29º | 0.42% | 0.49% | - |
| HSV(B) | 2.29º | 0.59% | 0.7% | - |
| XYZ | 22.22 | 15.25 | 8.08 | - |
| YUV | 106.74 | 108.96 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 73 | 0 | 0.57 | 0.59 | 0.30 | 2.29 | 0.42 | 0.49 |
| Hex | B2 | 4D | 49 | 0 | 39 | 3B | 1E | 2 | 2A | 31 |
| Octal | 262 | 115 | 111 | 0 | 71 | 73 | 36 | 2 | 52 | 61 |
| Binary | 10110010 | 1001101 | 1001001 | 0 | 111001 | 111011 | 11110 | 10 | 101010 | 110001 |
Color Harmonies of #B24D49
Complementary color
Monochromatic Colors of #B24D49
Black with #B24D49
Text Example
Text Example
White with #B24D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D49; }
p { color: rgb(178,77,73); }
H1.HeaderClassName
{
color: #B24D49;
}
.AnyTagClassName
{
color: #B24D49;
}
</style>
background-color css
<style>
a { background-color: #B24D49; }
a { background-color: rgb(178,77,73); }
div.DivClassName
{
background-color: #B24D49;
}
.BgClassName
{
background-color: #B24D49;
}
</style>
border-color css
<style>
span { border-color: #B24D49; }
span { border-color: rgb(178,77,73); }
td.TdClassName
{
border-color: #B24D49;
}
.TagClassName
{
border-color: #B24D49;
}
</style>