Shades of Chestnut #B85341
Tints of Chestnut #B85341
RGB
CMYK
RGB Variations
Color information
#B85341 (or 0xB85341) is known color: Chestnut. HEX triplet: B8, 53 and 41. RGB value is (184,83,65). Sum of RGB (Red+Green+Blue) = 184+83+65=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B85341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85341 is #47ACBE. Grayscale: #6F6F6F. Windows color (decimal): -4697279 or 4281272. OLE color: 4281272.
HSL color Cylindrical-coordinate representation of color #B85341: hue angle of 9.08º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B85341 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 65 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.28 |
| HSL | 9.08º | 0.48% | 0.49% | - |
| HSV(B) | 9.08º | 0.65% | 0.72% | - |
| XYZ | 23.81 | 16.76 | 6.98 | - |
| YUV | 111.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 65 | 0 | 0.55 | 0.65 | 0.28 | 9.08 | 0.48 | 0.49 |
| Hex | B8 | 53 | 41 | 0 | 37 | 41 | 1C | 9 | 30 | 31 |
| Octal | 270 | 123 | 101 | 0 | 67 | 101 | 34 | 11 | 60 | 61 |
| Binary | 10111000 | 1010011 | 1000001 | 0 | 110111 | 1000001 | 11100 | 1001 | 110000 | 110001 |
Color Harmonies of #B85341
Complementary color
Monochromatic Colors of #B85341
Black with #B85341
Text Example
Text Example
White with #B85341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85341; }
p { color: rgb(184,83,65); }
H1.HeaderClassName
{
color: #B85341;
}
.AnyTagClassName
{
color: #B85341;
}
</style>
background-color css
<style>
a { background-color: #B85341; }
a { background-color: rgb(184,83,65); }
div.DivClassName
{
background-color: #B85341;
}
.BgClassName
{
background-color: #B85341;
}
</style>
border-color css
<style>
span { border-color: #B85341; }
span { border-color: rgb(184,83,65); }
td.TdClassName
{
border-color: #B85341;
}
.TagClassName
{
border-color: #B85341;
}
</style>