Shades of Chestnut #B9534E
Tints of Chestnut #B9534E
RGB
CMYK
RGB Variations
Color information
#B9534E (or 0xB9534E) is known color: Chestnut. HEX triplet: B9, 53 and 4E. RGB value is (185,83,78). Sum of RGB (Red+Green+Blue) = 185+83+78=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9534E is #46ACB1. Grayscale: #717171. Windows color (decimal): -4631730 or 5133241. OLE color: 5133241.
HSL color Cylindrical-coordinate representation of color #B9534E: hue angle of 2.8º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9534E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 78 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.27 |
| HSL | 2.8º | 0.43% | 0.52% | - |
| HSV(B) | 2.8º | 0.58% | 0.73% | - |
| XYZ | 24.48 | 17.05 | 9.21 | - |
| YUV | 112.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 78 | 0 | 0.55 | 0.58 | 0.27 | 2.8 | 0.43 | 0.52 |
| Hex | B9 | 53 | 4E | 0 | 37 | 3A | 1B | 3 | 2B | 34 |
| Octal | 271 | 123 | 116 | 0 | 67 | 72 | 33 | 3 | 53 | 64 |
| Binary | 10111001 | 1010011 | 1001110 | 0 | 110111 | 111010 | 11011 | 11 | 101011 | 110100 |
Color Harmonies of #B9534E
Complementary color
Monochromatic Colors of #B9534E
Black with #B9534E
Text Example
Text Example
White with #B9534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9534E; }
p { color: rgb(185,83,78); }
H1.HeaderClassName
{
color: #B9534E;
}
.AnyTagClassName
{
color: #B9534E;
}
</style>
background-color css
<style>
a { background-color: #B9534E; }
a { background-color: rgb(185,83,78); }
div.DivClassName
{
background-color: #B9534E;
}
.BgClassName
{
background-color: #B9534E;
}
</style>
border-color css
<style>
span { border-color: #B9534E; }
span { border-color: rgb(185,83,78); }
td.TdClassName
{
border-color: #B9534E;
}
.TagClassName
{
border-color: #B9534E;
}
</style>