Shades of Chestnut #B64740
Tints of Chestnut #B64740
RGB
CMYK
RGB Variations
Color information
#B64740 (or 0xB64740) is known color: Chestnut. HEX triplet: B6, 47 and 40. RGB value is (182,71,64). Sum of RGB (Red+Green+Blue) = 182+71+64=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64740 is #49B8BF. Grayscale: #676767. Windows color (decimal): -4831424 or 4212662. OLE color: 4212662.
HSL color Cylindrical-coordinate representation of color #B64740: hue angle of 3.56º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64740 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 64 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.29 |
| HSL | 3.56º | 0.48% | 0.48% | - |
| HSV(B) | 3.56º | 0.65% | 0.71% | - |
| XYZ | 22.47 | 14.82 | 6.53 | - |
| YUV | 103.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 64 | 0 | 0.61 | 0.65 | 0.29 | 3.56 | 0.48 | 0.48 |
| Hex | B6 | 47 | 40 | 0 | 3D | 41 | 1D | 4 | 30 | 30 |
| Octal | 266 | 107 | 100 | 0 | 75 | 101 | 35 | 4 | 60 | 60 |
| Binary | 10110110 | 1000111 | 1000000 | 0 | 111101 | 1000001 | 11101 | 100 | 110000 | 110000 |
Color Harmonies of #B64740
Complementary color
Monochromatic Colors of #B64740
Black with #B64740
Text Example
Text Example
White with #B64740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64740; }
p { color: rgb(182,71,64); }
H1.HeaderClassName
{
color: #B64740;
}
.AnyTagClassName
{
color: #B64740;
}
</style>
background-color css
<style>
a { background-color: #B64740; }
a { background-color: rgb(182,71,64); }
div.DivClassName
{
background-color: #B64740;
}
.BgClassName
{
background-color: #B64740;
}
</style>
border-color css
<style>
span { border-color: #B64740; }
span { border-color: rgb(182,71,64); }
td.TdClassName
{
border-color: #B64740;
}
.TagClassName
{
border-color: #B64740;
}
</style>