Shades of Chestnut #B7544D
Tints of Chestnut #B7544D
RGB
CMYK
RGB Variations
Color information
#B7544D (or 0xB7544D) is known color: Chestnut. HEX triplet: B7, 54 and 4D. RGB value is (183,84,77). Sum of RGB (Red+Green+Blue) = 183+84+77=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7544D is #48ABB2. Grayscale: #707070. Windows color (decimal): -4762547 or 5067959. OLE color: 5067959.
HSL color Cylindrical-coordinate representation of color #B7544D: hue angle of 3.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7544D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 77 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.28 |
| HSL | 3.96º | 0.42% | 0.51% | - |
| HSV(B) | 3.96º | 0.58% | 0.72% | - |
| XYZ | 24.04 | 16.94 | 9.02 | - |
| YUV | 112.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 77 | 0 | 0.54 | 0.58 | 0.28 | 3.96 | 0.42 | 0.51 |
| Hex | B7 | 54 | 4D | 0 | 36 | 3A | 1C | 4 | 2A | 33 |
| Octal | 267 | 124 | 115 | 0 | 66 | 72 | 34 | 4 | 52 | 63 |
| Binary | 10110111 | 1010100 | 1001101 | 0 | 110110 | 111010 | 11100 | 100 | 101010 | 110011 |
Color Harmonies of #B7544D
Complementary color
Monochromatic Colors of #B7544D
Black with #B7544D
Text Example
Text Example
White with #B7544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7544D; }
p { color: rgb(183,84,77); }
H1.HeaderClassName
{
color: #B7544D;
}
.AnyTagClassName
{
color: #B7544D;
}
</style>
background-color css
<style>
a { background-color: #B7544D; }
a { background-color: rgb(183,84,77); }
div.DivClassName
{
background-color: #B7544D;
}
.BgClassName
{
background-color: #B7544D;
}
</style>
border-color css
<style>
span { border-color: #B7544D; }
span { border-color: rgb(183,84,77); }
td.TdClassName
{
border-color: #B7544D;
}
.TagClassName
{
border-color: #B7544D;
}
</style>