Shades of Chestnut #B9544D
Tints of Chestnut #B9544D
RGB
CMYK
RGB Variations
Color information
#B9544D (or 0xB9544D) is known color: Chestnut. HEX triplet: B9, 54 and 4D. RGB value is (185,84,77). Sum of RGB (Red+Green+Blue) = 185+84+77=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9544D is #46ABB2. Grayscale: #717171. Windows color (decimal): -4631475 or 5067961. OLE color: 5067961.
HSL color Cylindrical-coordinate representation of color #B9544D: hue angle of 3.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9544D is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 77 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.27 |
| HSL | 3.89º | 0.44% | 0.51% | - |
| HSV(B) | 3.89º | 0.58% | 0.73% | - |
| XYZ | 24.52 | 17.19 | 9.05 | - |
| YUV | 113.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 77 | 0 | 0.55 | 0.58 | 0.27 | 3.89 | 0.44 | 0.51 |
| Hex | B9 | 54 | 4D | 0 | 37 | 3A | 1B | 4 | 2C | 33 |
| Octal | 271 | 124 | 115 | 0 | 67 | 72 | 33 | 4 | 54 | 63 |
| Binary | 10111001 | 1010100 | 1001101 | 0 | 110111 | 111010 | 11011 | 100 | 101100 | 110011 |
Color Harmonies of #B9544D
Complementary color
Monochromatic Colors of #B9544D
Black with #B9544D
Text Example
Text Example
White with #B9544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9544D; }
p { color: rgb(185,84,77); }
H1.HeaderClassName
{
color: #B9544D;
}
.AnyTagClassName
{
color: #B9544D;
}
</style>
background-color css
<style>
a { background-color: #B9544D; }
a { background-color: rgb(185,84,77); }
div.DivClassName
{
background-color: #B9544D;
}
.BgClassName
{
background-color: #B9544D;
}
</style>
border-color css
<style>
span { border-color: #B9544D; }
span { border-color: rgb(185,84,77); }
td.TdClassName
{
border-color: #B9544D;
}
.TagClassName
{
border-color: #B9544D;
}
</style>