Shades of Chestnut #B55353
Tints of Chestnut #B55353
RGB
CMYK
RGB Variations
Color information
#B55353 (or 0xB55353) is known color: Chestnut. HEX triplet: B5, 53 and 53. RGB value is (181,83,83). Sum of RGB (Red+Green+Blue) = 181+83+83=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B55353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55353 is #4AACAC. Grayscale: #707070. Windows color (decimal): -4893869 or 5460917. OLE color: 5460917.
HSL color Cylindrical-coordinate representation of color #B55353: hue angle of 0º 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 #B55353 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 83 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.29 |
| HSL | 0º | 0.4% | 0.52% | - |
| HSV(B) | 0º | 0.54% | 0.71% | - |
| XYZ | 23.71 | 16.63 | 10.14 | - |
| YUV | 112.3 | 111.47 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 83 | 0 | 0.54 | 0.54 | 0.29 | 0 | 0.4 | 0.52 |
| Hex | B5 | 53 | 53 | 0 | 36 | 36 | 1D | 0 | 28 | 34 |
| Octal | 265 | 123 | 123 | 0 | 66 | 66 | 35 | 0 | 50 | 64 |
| Binary | 10110101 | 1010011 | 1010011 | 0 | 110110 | 110110 | 11101 | 0 | 101000 | 110100 |
Color Harmonies of #B55353
Complementary color
Monochromatic Colors of #B55353
Black with #B55353
Text Example
Text Example
White with #B55353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55353; }
p { color: rgb(181,83,83); }
H1.HeaderClassName
{
color: #B55353;
}
.AnyTagClassName
{
color: #B55353;
}
</style>
background-color css
<style>
a { background-color: #B55353; }
a { background-color: rgb(181,83,83); }
div.DivClassName
{
background-color: #B55353;
}
.BgClassName
{
background-color: #B55353;
}
</style>
border-color css
<style>
span { border-color: #B55353; }
span { border-color: rgb(181,83,83); }
td.TdClassName
{
border-color: #B55353;
}
.TagClassName
{
border-color: #B55353;
}
</style>