Shades of Chestnut #B85345
Tints of Chestnut #B85345
RGB
CMYK
RGB Variations
Color information
#B85345 (or 0xB85345) is known color: Chestnut. HEX triplet: B8, 53 and 45. RGB value is (184,83,69). Sum of RGB (Red+Green+Blue) = 184+83+69=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85345 is #47ACBA. Grayscale: #6F6F6F. Windows color (decimal): -4697275 or 4543416. OLE color: 4543416.
HSL color Cylindrical-coordinate representation of color #B85345: hue angle of 7.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85345 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 69 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.28 |
| HSL | 7.3º | 0.45% | 0.5% | - |
| HSV(B) | 7.3º | 0.63% | 0.72% | - |
| XYZ | 23.93 | 16.81 | 7.61 | - |
| YUV | 111.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 69 | 0 | 0.55 | 0.62 | 0.28 | 7.3 | 0.45 | 0.5 |
| Hex | B8 | 53 | 45 | 0 | 37 | 3E | 1C | 7 | 2D | 32 |
| Octal | 270 | 123 | 105 | 0 | 67 | 76 | 34 | 7 | 55 | 62 |
| Binary | 10111000 | 1010011 | 1000101 | 0 | 110111 | 111110 | 11100 | 111 | 101101 | 110010 |
Color Harmonies of #B85345
Complementary color
Monochromatic Colors of #B85345
Black with #B85345
Text Example
Text Example
White with #B85345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85345; }
p { color: rgb(184,83,69); }
H1.HeaderClassName
{
color: #B85345;
}
.AnyTagClassName
{
color: #B85345;
}
</style>
background-color css
<style>
a { background-color: #B85345; }
a { background-color: rgb(184,83,69); }
div.DivClassName
{
background-color: #B85345;
}
.BgClassName
{
background-color: #B85345;
}
</style>
border-color css
<style>
span { border-color: #B85345; }
span { border-color: rgb(184,83,69); }
td.TdClassName
{
border-color: #B85345;
}
.TagClassName
{
border-color: #B85345;
}
</style>