Shades of Chestnut #B55553
Tints of Chestnut #B55553
RGB
CMYK
RGB Variations
Color information
#B55553 (or 0xB55553) is known color: Chestnut. HEX triplet: B5, 55 and 53. RGB value is (181,85,83). Sum of RGB (Red+Green+Blue) = 181+85+83=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B55553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55553 is #4AAAAC. Grayscale: #717171. Windows color (decimal): -4893357 or 5461429. OLE color: 5461429.
HSL color Cylindrical-coordinate representation of color #B55553: hue angle of 1.22º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55553 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 83 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.29 |
| HSL | 1.22º | 0.4% | 0.52% | - |
| HSV(B) | 1.22º | 0.54% | 0.71% | - |
| XYZ | 23.87 | 16.95 | 10.2 | - |
| YUV | 113.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 83 | 0 | 0.53 | 0.54 | 0.29 | 1.22 | 0.4 | 0.52 |
| Hex | B5 | 55 | 53 | 0 | 35 | 36 | 1D | 1 | 28 | 34 |
| Octal | 265 | 125 | 123 | 0 | 65 | 66 | 35 | 1 | 50 | 64 |
| Binary | 10110101 | 1010101 | 1010011 | 0 | 110101 | 110110 | 11101 | 1 | 101000 | 110100 |
Color Harmonies of #B55553
Complementary color
Monochromatic Colors of #B55553
Black with #B55553
Text Example
Text Example
White with #B55553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55553; }
p { color: rgb(181,85,83); }
H1.HeaderClassName
{
color: #B55553;
}
.AnyTagClassName
{
color: #B55553;
}
</style>
background-color css
<style>
a { background-color: #B55553; }
a { background-color: rgb(181,85,83); }
div.DivClassName
{
background-color: #B55553;
}
.BgClassName
{
background-color: #B55553;
}
</style>
border-color css
<style>
span { border-color: #B55553; }
span { border-color: rgb(181,85,83); }
td.TdClassName
{
border-color: #B55553;
}
.TagClassName
{
border-color: #B55553;
}
</style>