Shades of Chestnut #B65344
Tints of Chestnut #B65344
RGB
CMYK
RGB Variations
Color information
#B65344 (or 0xB65344) is known color: Chestnut. HEX triplet: B6, 53 and 44. RGB value is (182,83,68). Sum of RGB (Red+Green+Blue) = 182+83+68=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B65344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65344 is #49ACBB. Grayscale: #6F6F6F. Windows color (decimal): -4828348 or 4477878. OLE color: 4477878.
HSL color Cylindrical-coordinate representation of color #B65344: hue angle of 7.89º 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 #B65344 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 68 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.29 |
| HSL | 7.89º | 0.46% | 0.49% | - |
| HSV(B) | 7.89º | 0.63% | 0.71% | - |
| XYZ | 23.43 | 16.55 | 7.43 | - |
| YUV | 110.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 68 | 0 | 0.54 | 0.63 | 0.29 | 7.89 | 0.46 | 0.49 |
| Hex | B6 | 53 | 44 | 0 | 36 | 3F | 1D | 8 | 2E | 31 |
| Octal | 266 | 123 | 104 | 0 | 66 | 77 | 35 | 10 | 56 | 61 |
| Binary | 10110110 | 1010011 | 1000100 | 0 | 110110 | 111111 | 11101 | 1000 | 101110 | 110001 |
Color Harmonies of #B65344
Complementary color
Monochromatic Colors of #B65344
Black with #B65344
Text Example
Text Example
White with #B65344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65344; }
p { color: rgb(182,83,68); }
H1.HeaderClassName
{
color: #B65344;
}
.AnyTagClassName
{
color: #B65344;
}
</style>
background-color css
<style>
a { background-color: #B65344; }
a { background-color: rgb(182,83,68); }
div.DivClassName
{
background-color: #B65344;
}
.BgClassName
{
background-color: #B65344;
}
</style>
border-color css
<style>
span { border-color: #B65344; }
span { border-color: rgb(182,83,68); }
td.TdClassName
{
border-color: #B65344;
}
.TagClassName
{
border-color: #B65344;
}
</style>