Shades of Chestnut #B64941
Tints of Chestnut #B64941
RGB
CMYK
RGB Variations
Color information
#B64941 (or 0xB64941) is known color: Chestnut. HEX triplet: B6, 49 and 41. RGB value is (182,73,65). Sum of RGB (Red+Green+Blue) = 182+73+65=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B64941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64941 is #49B6BE. Grayscale: #686868. Windows color (decimal): -4830911 or 4278710. OLE color: 4278710.
HSL color Cylindrical-coordinate representation of color #B64941: hue angle of 4.1º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64941 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 65 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.29 |
| HSL | 4.1º | 0.47% | 0.48% | - |
| HSV(B) | 4.1º | 0.64% | 0.71% | - |
| XYZ | 22.63 | 15.09 | 6.72 | - |
| YUV | 104.68 | 105.61 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 65 | 0 | 0.60 | 0.64 | 0.29 | 4.1 | 0.47 | 0.48 |
| Hex | B6 | 49 | 41 | 0 | 3C | 40 | 1D | 4 | 2F | 30 |
| Octal | 266 | 111 | 101 | 0 | 74 | 100 | 35 | 4 | 57 | 60 |
| Binary | 10110110 | 1001001 | 1000001 | 0 | 111100 | 1000000 | 11101 | 100 | 101111 | 110000 |
Color Harmonies of #B64941
Complementary color
Monochromatic Colors of #B64941
Black with #B64941
Text Example
Text Example
White with #B64941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64941; }
p { color: rgb(182,73,65); }
H1.HeaderClassName
{
color: #B64941;
}
.AnyTagClassName
{
color: #B64941;
}
</style>
background-color css
<style>
a { background-color: #B64941; }
a { background-color: rgb(182,73,65); }
div.DivClassName
{
background-color: #B64941;
}
.BgClassName
{
background-color: #B64941;
}
</style>
border-color css
<style>
span { border-color: #B64941; }
span { border-color: rgb(182,73,65); }
td.TdClassName
{
border-color: #B64941;
}
.TagClassName
{
border-color: #B64941;
}
</style>