Shades of Chestnut #B64744
Tints of Chestnut #B64744
RGB
CMYK
RGB Variations
Color information
#B64744 (or 0xB64744) is known color: Chestnut. HEX triplet: B6, 47 and 44. RGB value is (182,71,68). Sum of RGB (Red+Green+Blue) = 182+71+68=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B64744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64744 is #49B8BB. Grayscale: #676767. Windows color (decimal): -4831420 or 4474806. OLE color: 4474806.
HSL color Cylindrical-coordinate representation of color #B64744: hue angle of 1.58º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64744 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 68 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.29 |
| HSL | 1.58º | 0.46% | 0.49% | - |
| HSV(B) | 1.58º | 0.63% | 0.71% | - |
| XYZ | 22.59 | 14.87 | 7.15 | - |
| YUV | 103.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 68 | 0 | 0.61 | 0.63 | 0.29 | 1.58 | 0.46 | 0.49 |
| Hex | B6 | 47 | 44 | 0 | 3D | 3F | 1D | 2 | 2E | 31 |
| Octal | 266 | 107 | 104 | 0 | 75 | 77 | 35 | 2 | 56 | 61 |
| Binary | 10110110 | 1000111 | 1000100 | 0 | 111101 | 111111 | 11101 | 10 | 101110 | 110001 |
Color Harmonies of #B64744
Complementary color
Monochromatic Colors of #B64744
Black with #B64744
Text Example
Text Example
White with #B64744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64744; }
p { color: rgb(182,71,68); }
H1.HeaderClassName
{
color: #B64744;
}
.AnyTagClassName
{
color: #B64744;
}
</style>
background-color css
<style>
a { background-color: #B64744; }
a { background-color: rgb(182,71,68); }
div.DivClassName
{
background-color: #B64744;
}
.BgClassName
{
background-color: #B64744;
}
</style>
border-color css
<style>
span { border-color: #B64744; }
span { border-color: rgb(182,71,68); }
td.TdClassName
{
border-color: #B64744;
}
.TagClassName
{
border-color: #B64744;
}
</style>