Shades of Chestnut #B55242
Tints of Chestnut #B55242
RGB
CMYK
RGB Variations
Color information
#B55242 (or 0xB55242) is known color: Chestnut. HEX triplet: B5, 52 and 42. RGB value is (181,82,66). Sum of RGB (Red+Green+Blue) = 181+82+66=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B55242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55242 is #4AADBD. Grayscale: #6D6D6D. Windows color (decimal): -4894142 or 4346549. OLE color: 4346549.
HSL color Cylindrical-coordinate representation of color #B55242: hue angle of 8.35º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55242 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 66 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.29 |
| HSL | 8.35º | 0.47% | 0.48% | - |
| HSV(B) | 8.35º | 0.64% | 0.71% | - |
| XYZ | 23.06 | 16.25 | 7.08 | - |
| YUV | 109.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 66 | 0 | 0.55 | 0.64 | 0.29 | 8.35 | 0.47 | 0.48 |
| Hex | B5 | 52 | 42 | 0 | 37 | 40 | 1D | 8 | 2F | 30 |
| Octal | 265 | 122 | 102 | 0 | 67 | 100 | 35 | 10 | 57 | 60 |
| Binary | 10110101 | 1010010 | 1000010 | 0 | 110111 | 1000000 | 11101 | 1000 | 101111 | 110000 |
Color Harmonies of #B55242
Complementary color
Monochromatic Colors of #B55242
Black with #B55242
Text Example
Text Example
White with #B55242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55242; }
p { color: rgb(181,82,66); }
H1.HeaderClassName
{
color: #B55242;
}
.AnyTagClassName
{
color: #B55242;
}
</style>
background-color css
<style>
a { background-color: #B55242; }
a { background-color: rgb(181,82,66); }
div.DivClassName
{
background-color: #B55242;
}
.BgClassName
{
background-color: #B55242;
}
</style>
border-color css
<style>
span { border-color: #B55242; }
span { border-color: rgb(181,82,66); }
td.TdClassName
{
border-color: #B55242;
}
.TagClassName
{
border-color: #B55242;
}
</style>