Shades of Chestnut #B64541
Tints of Chestnut #B64541
RGB
CMYK
RGB Variations
Color information
#B64541 (or 0xB64541) is known color: Chestnut. HEX triplet: B6, 45 and 41. RGB value is (182,69,65). Sum of RGB (Red+Green+Blue) = 182+69+65=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B64541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64541 is #49BABE. Grayscale: #666666. Windows color (decimal): -4831935 or 4277686. OLE color: 4277686.
HSL color Cylindrical-coordinate representation of color #B64541: hue angle of 2.05º 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 #B64541 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 65 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.29 |
| HSL | 2.05º | 0.47% | 0.48% | - |
| HSV(B) | 2.05º | 0.64% | 0.71% | - |
| XYZ | 22.37 | 14.58 | 6.64 | - |
| YUV | 102.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 65 | 0 | 0.62 | 0.64 | 0.29 | 2.05 | 0.47 | 0.48 |
| Hex | B6 | 45 | 41 | 0 | 3E | 40 | 1D | 2 | 2F | 30 |
| Octal | 266 | 105 | 101 | 0 | 76 | 100 | 35 | 2 | 57 | 60 |
| Binary | 10110110 | 1000101 | 1000001 | 0 | 111110 | 1000000 | 11101 | 10 | 101111 | 110000 |
Color Harmonies of #B64541
Complementary color
Monochromatic Colors of #B64541
Black with #B64541
Text Example
Text Example
White with #B64541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64541; }
p { color: rgb(182,69,65); }
H1.HeaderClassName
{
color: #B64541;
}
.AnyTagClassName
{
color: #B64541;
}
</style>
background-color css
<style>
a { background-color: #B64541; }
a { background-color: rgb(182,69,65); }
div.DivClassName
{
background-color: #B64541;
}
.BgClassName
{
background-color: #B64541;
}
</style>
border-color css
<style>
span { border-color: #B64541; }
span { border-color: rgb(182,69,65); }
td.TdClassName
{
border-color: #B64541;
}
.TagClassName
{
border-color: #B64541;
}
</style>