Shades of Chestnut #B65444
Tints of Chestnut #B65444
RGB
CMYK
RGB Variations
Color information
#B65444 (or 0xB65444) is known color: Chestnut. HEX triplet: B6, 54 and 44. RGB value is (182,84,68). Sum of RGB (Red+Green+Blue) = 182+84+68=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B65444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65444 is #49ABBB. Grayscale: #6F6F6F. Windows color (decimal): -4828092 or 4478134. OLE color: 4478134.
HSL color Cylindrical-coordinate representation of color #B65444: hue angle of 8.42º 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 #B65444 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 68 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.29 |
| HSL | 8.42º | 0.46% | 0.49% | - |
| HSV(B) | 8.42º | 0.63% | 0.71% | - |
| XYZ | 23.51 | 16.7 | 7.45 | - |
| YUV | 111.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 68 | 0 | 0.54 | 0.63 | 0.29 | 8.42 | 0.46 | 0.49 |
| Hex | B6 | 54 | 44 | 0 | 36 | 3F | 1D | 8 | 2E | 31 |
| Octal | 266 | 124 | 104 | 0 | 66 | 77 | 35 | 10 | 56 | 61 |
| Binary | 10110110 | 1010100 | 1000100 | 0 | 110110 | 111111 | 11101 | 1000 | 101110 | 110001 |
Color Harmonies of #B65444
Complementary color
Monochromatic Colors of #B65444
Black with #B65444
Text Example
Text Example
White with #B65444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65444; }
p { color: rgb(182,84,68); }
H1.HeaderClassName
{
color: #B65444;
}
.AnyTagClassName
{
color: #B65444;
}
</style>
background-color css
<style>
a { background-color: #B65444; }
a { background-color: rgb(182,84,68); }
div.DivClassName
{
background-color: #B65444;
}
.BgClassName
{
background-color: #B65444;
}
</style>
border-color css
<style>
span { border-color: #B65444; }
span { border-color: rgb(182,84,68); }
td.TdClassName
{
border-color: #B65444;
}
.TagClassName
{
border-color: #B65444;
}
</style>