Shades of Chestnut #B55653
Tints of Chestnut #B55653
RGB
CMYK
RGB Variations
Color information
#B55653 (or 0xB55653) is known color: Chestnut. HEX triplet: B5, 56 and 53. RGB value is (181,86,83). Sum of RGB (Red+Green+Blue) = 181+86+83=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B55653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55653 is #4AA9AC. Grayscale: #727272. Windows color (decimal): -4893101 or 5461685. OLE color: 5461685.
HSL color Cylindrical-coordinate representation of color #B55653: hue angle of 1.84º 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 #B55653 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 83 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.29 |
| HSL | 1.84º | 0.4% | 0.52% | - |
| HSV(B) | 1.84º | 0.54% | 0.71% | - |
| XYZ | 23.95 | 17.1 | 10.22 | - |
| YUV | 114.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 83 | 0 | 0.52 | 0.54 | 0.29 | 1.84 | 0.4 | 0.52 |
| Hex | B5 | 56 | 53 | 0 | 34 | 36 | 1D | 2 | 28 | 34 |
| Octal | 265 | 126 | 123 | 0 | 64 | 66 | 35 | 2 | 50 | 64 |
| Binary | 10110101 | 1010110 | 1010011 | 0 | 110100 | 110110 | 11101 | 10 | 101000 | 110100 |
Color Harmonies of #B55653
Complementary color
Monochromatic Colors of #B55653
Black with #B55653
Text Example
Text Example
White with #B55653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55653; }
p { color: rgb(181,86,83); }
H1.HeaderClassName
{
color: #B55653;
}
.AnyTagClassName
{
color: #B55653;
}
</style>
background-color css
<style>
a { background-color: #B55653; }
a { background-color: rgb(181,86,83); }
div.DivClassName
{
background-color: #B55653;
}
.BgClassName
{
background-color: #B55653;
}
</style>
border-color css
<style>
span { border-color: #B55653; }
span { border-color: rgb(181,86,83); }
td.TdClassName
{
border-color: #B55653;
}
.TagClassName
{
border-color: #B55653;
}
</style>