Shades of Chestnut #B85344
Tints of Chestnut #B85344
RGB
CMYK
RGB Variations
Color information
#B85344 (or 0xB85344) is known color: Chestnut. HEX triplet: B8, 53 and 44. RGB value is (184,83,68). Sum of RGB (Red+Green+Blue) = 184+83+68=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B85344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85344 is #47ACBB. Grayscale: #6F6F6F. Windows color (decimal): -4697276 or 4477880. OLE color: 4477880.
HSL color Cylindrical-coordinate representation of color #B85344: hue angle of 7.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85344 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 68 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.28 |
| HSL | 7.76º | 0.46% | 0.49% | - |
| HSV(B) | 7.76º | 0.63% | 0.72% | - |
| XYZ | 23.9 | 16.79 | 7.45 | - |
| YUV | 111.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 68 | 0 | 0.55 | 0.63 | 0.28 | 7.76 | 0.46 | 0.49 |
| Hex | B8 | 53 | 44 | 0 | 37 | 3F | 1C | 8 | 2E | 31 |
| Octal | 270 | 123 | 104 | 0 | 67 | 77 | 34 | 10 | 56 | 61 |
| Binary | 10111000 | 1010011 | 1000100 | 0 | 110111 | 111111 | 11100 | 1000 | 101110 | 110001 |
Color Harmonies of #B85344
Complementary color
Monochromatic Colors of #B85344
Black with #B85344
Text Example
Text Example
White with #B85344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85344; }
p { color: rgb(184,83,68); }
H1.HeaderClassName
{
color: #B85344;
}
.AnyTagClassName
{
color: #B85344;
}
</style>
background-color css
<style>
a { background-color: #B85344; }
a { background-color: rgb(184,83,68); }
div.DivClassName
{
background-color: #B85344;
}
.BgClassName
{
background-color: #B85344;
}
</style>
border-color css
<style>
span { border-color: #B85344; }
span { border-color: rgb(184,83,68); }
td.TdClassName
{
border-color: #B85344;
}
.TagClassName
{
border-color: #B85344;
}
</style>