Shades of Chestnut #B65345
Tints of Chestnut #B65345
RGB
CMYK
RGB Variations
Color information
#B65345 (or 0xB65345) is known color: Chestnut. HEX triplet: B6, 53 and 45. RGB value is (182,83,69). Sum of RGB (Red+Green+Blue) = 182+83+69=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B65345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65345 is #49ACBA. Grayscale: #6F6F6F. Windows color (decimal): -4828347 or 4543414. OLE color: 4543414.
HSL color Cylindrical-coordinate representation of color #B65345: hue angle of 7.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65345 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 69 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.29 |
| HSL | 7.43º | 0.45% | 0.49% | - |
| HSV(B) | 7.43º | 0.62% | 0.71% | - |
| XYZ | 23.46 | 16.56 | 7.59 | - |
| YUV | 111.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 69 | 0 | 0.54 | 0.62 | 0.29 | 7.43 | 0.45 | 0.49 |
| Hex | B6 | 53 | 45 | 0 | 36 | 3E | 1D | 7 | 2D | 31 |
| Octal | 266 | 123 | 105 | 0 | 66 | 76 | 35 | 7 | 55 | 61 |
| Binary | 10110110 | 1010011 | 1000101 | 0 | 110110 | 111110 | 11101 | 111 | 101101 | 110001 |
Color Harmonies of #B65345
Complementary color
Monochromatic Colors of #B65345
Black with #B65345
Text Example
Text Example
White with #B65345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65345; }
p { color: rgb(182,83,69); }
H1.HeaderClassName
{
color: #B65345;
}
.AnyTagClassName
{
color: #B65345;
}
</style>
background-color css
<style>
a { background-color: #B65345; }
a { background-color: rgb(182,83,69); }
div.DivClassName
{
background-color: #B65345;
}
.BgClassName
{
background-color: #B65345;
}
</style>
border-color css
<style>
span { border-color: #B65345; }
span { border-color: rgb(182,83,69); }
td.TdClassName
{
border-color: #B65345;
}
.TagClassName
{
border-color: #B65345;
}
</style>