Shades of Chestnut #B24841
Tints of Chestnut #B24841
RGB
CMYK
RGB Variations
Color information
#B24841 (or 0xB24841) is known color: Chestnut. HEX triplet: B2, 48 and 41. RGB value is (178,72,65). Sum of RGB (Red+Green+Blue) = 178+72+65=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B24841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24841 is #4DB7BE. Grayscale: #676767. Windows color (decimal): -5093311 or 4278450. OLE color: 4278450.
HSL color Cylindrical-coordinate representation of color #B24841: hue angle of 3.72º degrees, saturation: 0.47, 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 #B24841 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 72 | 65 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.30 |
| HSL | 3.72º | 0.47% | 0.48% | - |
| HSV(B) | 3.72º | 0.63% | 0.7% | - |
| XYZ | 21.63 | 14.48 | 6.66 | - |
| YUV | 102.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 72 | 65 | 0 | 0.60 | 0.63 | 0.30 | 3.72 | 0.47 | 0.48 |
| Hex | B2 | 48 | 41 | 0 | 3C | 3F | 1E | 4 | 2F | 30 |
| Octal | 262 | 110 | 101 | 0 | 74 | 77 | 36 | 4 | 57 | 60 |
| Binary | 10110010 | 1001000 | 1000001 | 0 | 111100 | 111111 | 11110 | 100 | 101111 | 110000 |
Color Harmonies of #B24841
Complementary color
Monochromatic Colors of #B24841
Black with #B24841
Text Example
Text Example
White with #B24841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24841; }
p { color: rgb(178,72,65); }
H1.HeaderClassName
{
color: #B24841;
}
.AnyTagClassName
{
color: #B24841;
}
</style>
background-color css
<style>
a { background-color: #B24841; }
a { background-color: rgb(178,72,65); }
div.DivClassName
{
background-color: #B24841;
}
.BgClassName
{
background-color: #B24841;
}
</style>
border-color css
<style>
span { border-color: #B24841; }
span { border-color: rgb(178,72,65); }
td.TdClassName
{
border-color: #B24841;
}
.TagClassName
{
border-color: #B24841;
}
</style>