Shades of Chestnut #B7564C
Tints of Chestnut #B7564C
RGB
CMYK
RGB Variations
Color information
#B7564C (or 0xB7564C) is known color: Chestnut. HEX triplet: B7, 56 and 4C. RGB value is (183,86,76). Sum of RGB (Red+Green+Blue) = 183+86+76=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7564C is #48A9B3. Grayscale: #717171. Windows color (decimal): -4762036 or 5002935. OLE color: 5002935.
HSL color Cylindrical-coordinate representation of color #B7564C: hue angle of 5.61º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7564C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 76 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.28 |
| HSL | 5.61º | 0.43% | 0.51% | - |
| HSV(B) | 5.61º | 0.58% | 0.72% | - |
| XYZ | 24.16 | 17.24 | 8.89 | - |
| YUV | 113.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 76 | 0 | 0.53 | 0.58 | 0.28 | 5.61 | 0.43 | 0.51 |
| Hex | B7 | 56 | 4C | 0 | 35 | 3A | 1C | 6 | 2B | 33 |
| Octal | 267 | 126 | 114 | 0 | 65 | 72 | 34 | 6 | 53 | 63 |
| Binary | 10110111 | 1010110 | 1001100 | 0 | 110101 | 111010 | 11100 | 110 | 101011 | 110011 |
Color Harmonies of #B7564C
Complementary color
Monochromatic Colors of #B7564C
Black with #B7564C
Text Example
Text Example
White with #B7564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7564C; }
p { color: rgb(183,86,76); }
H1.HeaderClassName
{
color: #B7564C;
}
.AnyTagClassName
{
color: #B7564C;
}
</style>
background-color css
<style>
a { background-color: #B7564C; }
a { background-color: rgb(183,86,76); }
div.DivClassName
{
background-color: #B7564C;
}
.BgClassName
{
background-color: #B7564C;
}
</style>
border-color css
<style>
span { border-color: #B7564C; }
span { border-color: rgb(183,86,76); }
td.TdClassName
{
border-color: #B7564C;
}
.TagClassName
{
border-color: #B7564C;
}
</style>