Shades of Chestnut #B55352
Tints of Chestnut #B55352
RGB
CMYK
RGB Variations
Color information
#B55352 (or 0xB55352) is known color: Chestnut. HEX triplet: B5, 53 and 52. RGB value is (181,83,82). Sum of RGB (Red+Green+Blue) = 181+83+82=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B55352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55352 is #4AACAD. Grayscale: #707070. Windows color (decimal): -4893870 or 5395381. OLE color: 5395381.
HSL color Cylindrical-coordinate representation of color #B55352: hue angle of 0.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55352 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 82 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.29 |
| HSL | 0.61º | 0.4% | 0.52% | - |
| HSV(B) | 0.61º | 0.55% | 0.71% | - |
| XYZ | 23.67 | 16.62 | 9.94 | - |
| YUV | 112.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 82 | 0 | 0.54 | 0.55 | 0.29 | 0.61 | 0.4 | 0.52 |
| Hex | B5 | 53 | 52 | 0 | 36 | 37 | 1D | 1 | 28 | 34 |
| Octal | 265 | 123 | 122 | 0 | 66 | 67 | 35 | 1 | 50 | 64 |
| Binary | 10110101 | 1010011 | 1010010 | 0 | 110110 | 110111 | 11101 | 1 | 101000 | 110100 |
Color Harmonies of #B55352
Complementary color
Monochromatic Colors of #B55352
Black with #B55352
Text Example
Text Example
White with #B55352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55352; }
p { color: rgb(181,83,82); }
H1.HeaderClassName
{
color: #B55352;
}
.AnyTagClassName
{
color: #B55352;
}
</style>
background-color css
<style>
a { background-color: #B55352; }
a { background-color: rgb(181,83,82); }
div.DivClassName
{
background-color: #B55352;
}
.BgClassName
{
background-color: #B55352;
}
</style>
border-color css
<style>
span { border-color: #B55352; }
span { border-color: rgb(181,83,82); }
td.TdClassName
{
border-color: #B55352;
}
.TagClassName
{
border-color: #B55352;
}
</style>