Shades of Chestnut #B7544A
Tints of Chestnut #B7544A
RGB
CMYK
RGB Variations
Color information
#B7544A (or 0xB7544A) is known color: Chestnut. HEX triplet: B7, 54 and 4A. RGB value is (183,84,74). Sum of RGB (Red+Green+Blue) = 183+84+74=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7544A is #48ABB5. Grayscale: #707070. Windows color (decimal): -4762550 or 4871351. OLE color: 4871351.
HSL color Cylindrical-coordinate representation of color #B7544A: hue angle of 5.5º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7544A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 74 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.28 |
| HSL | 5.5º | 0.43% | 0.5% | - |
| HSV(B) | 5.5º | 0.6% | 0.72% | - |
| XYZ | 23.93 | 16.9 | 8.48 | - |
| YUV | 112.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 74 | 0 | 0.54 | 0.60 | 0.28 | 5.5 | 0.43 | 0.5 |
| Hex | B7 | 54 | 4A | 0 | 36 | 3C | 1C | 6 | 2B | 32 |
| Octal | 267 | 124 | 112 | 0 | 66 | 74 | 34 | 6 | 53 | 62 |
| Binary | 10110111 | 1010100 | 1001010 | 0 | 110110 | 111100 | 11100 | 110 | 101011 | 110010 |
Color Harmonies of #B7544A
Complementary color
Monochromatic Colors of #B7544A
Black with #B7544A
Text Example
Text Example
White with #B7544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7544A; }
p { color: rgb(183,84,74); }
H1.HeaderClassName
{
color: #B7544A;
}
.AnyTagClassName
{
color: #B7544A;
}
</style>
background-color css
<style>
a { background-color: #B7544A; }
a { background-color: rgb(183,84,74); }
div.DivClassName
{
background-color: #B7544A;
}
.BgClassName
{
background-color: #B7544A;
}
</style>
border-color css
<style>
span { border-color: #B7544A; }
span { border-color: rgb(183,84,74); }
td.TdClassName
{
border-color: #B7544A;
}
.TagClassName
{
border-color: #B7544A;
}
</style>