Shades of Chestnut #B7564D
Tints of Chestnut #B7564D
RGB
CMYK
RGB Variations
Color information
#B7564D (or 0xB7564D) is known color: Chestnut. HEX triplet: B7, 56 and 4D. RGB value is (183,86,77). Sum of RGB (Red+Green+Blue) = 183+86+77=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7564D is #48A9B2. Grayscale: #727272. Windows color (decimal): -4762035 or 5068471. OLE color: 5068471.
HSL color Cylindrical-coordinate representation of color #B7564D: hue angle of 5.09º degrees, saturation: 0.42, 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 #B7564D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 77 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.28 |
| HSL | 5.09º | 0.42% | 0.51% | - |
| HSV(B) | 5.09º | 0.58% | 0.72% | - |
| XYZ | 24.2 | 17.26 | 9.08 | - |
| YUV | 113.98 | 107.14 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 77 | 0 | 0.53 | 0.58 | 0.28 | 5.09 | 0.42 | 0.51 |
| Hex | B7 | 56 | 4D | 0 | 35 | 3A | 1C | 5 | 2A | 33 |
| Octal | 267 | 126 | 115 | 0 | 65 | 72 | 34 | 5 | 52 | 63 |
| Binary | 10110111 | 1010110 | 1001101 | 0 | 110101 | 111010 | 11100 | 101 | 101010 | 110011 |
Color Harmonies of #B7564D
Complementary color
Monochromatic Colors of #B7564D
Black with #B7564D
Text Example
Text Example
White with #B7564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7564D; }
p { color: rgb(183,86,77); }
H1.HeaderClassName
{
color: #B7564D;
}
.AnyTagClassName
{
color: #B7564D;
}
</style>
background-color css
<style>
a { background-color: #B7564D; }
a { background-color: rgb(183,86,77); }
div.DivClassName
{
background-color: #B7564D;
}
.BgClassName
{
background-color: #B7564D;
}
</style>
border-color css
<style>
span { border-color: #B7564D; }
span { border-color: rgb(183,86,77); }
td.TdClassName
{
border-color: #B7564D;
}
.TagClassName
{
border-color: #B7564D;
}
</style>