Shades of Chestnut #B55445
Tints of Chestnut #B55445
RGB
CMYK
RGB Variations
Color information
#B55445 (or 0xB55445) is known color: Chestnut. HEX triplet: B5, 54 and 45. RGB value is (181,84,69). Sum of RGB (Red+Green+Blue) = 181+84+69=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B55445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55445 is #4AABBA. Grayscale: #6F6F6F. Windows color (decimal): -4893627 or 4543669. OLE color: 4543669.
HSL color Cylindrical-coordinate representation of color #B55445: hue angle of 8.04º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55445 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 84 | 69 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.29 |
| HSL | 8.04º | 0.45% | 0.49% | - |
| HSV(B) | 8.04º | 0.62% | 0.71% | - |
| XYZ | 23.3 | 16.59 | 7.61 | - |
| YUV | 111.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 84 | 69 | 0 | 0.54 | 0.62 | 0.29 | 8.04 | 0.45 | 0.49 |
| Hex | B5 | 54 | 45 | 0 | 36 | 3E | 1D | 8 | 2D | 31 |
| Octal | 265 | 124 | 105 | 0 | 66 | 76 | 35 | 10 | 55 | 61 |
| Binary | 10110101 | 1010100 | 1000101 | 0 | 110110 | 111110 | 11101 | 1000 | 101101 | 110001 |
Color Harmonies of #B55445
Complementary color
Monochromatic Colors of #B55445
Black with #B55445
Text Example
Text Example
White with #B55445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55445; }
p { color: rgb(181,84,69); }
H1.HeaderClassName
{
color: #B55445;
}
.AnyTagClassName
{
color: #B55445;
}
</style>
background-color css
<style>
a { background-color: #B55445; }
a { background-color: rgb(181,84,69); }
div.DivClassName
{
background-color: #B55445;
}
.BgClassName
{
background-color: #B55445;
}
</style>
border-color css
<style>
span { border-color: #B55445; }
span { border-color: rgb(181,84,69); }
td.TdClassName
{
border-color: #B55445;
}
.TagClassName
{
border-color: #B55445;
}
</style>