Shades of Chestnut #B8544A
Tints of Chestnut #B8544A
RGB
CMYK
RGB Variations
Color information
#B8544A (or 0xB8544A) is known color: Chestnut. HEX triplet: B8, 54 and 4A. RGB value is (184,84,74). Sum of RGB (Red+Green+Blue) = 184+84+74=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8544A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8544A is #47ABB5. Grayscale: #707070. Windows color (decimal): -4697014 or 4871352. OLE color: 4871352.
HSL color Cylindrical-coordinate representation of color #B8544A: hue angle of 5.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8544A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 74 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.28 |
| HSL | 5.45º | 0.44% | 0.51% | - |
| HSV(B) | 5.45º | 0.6% | 0.72% | - |
| XYZ | 24.17 | 17.03 | 8.49 | - |
| YUV | 112.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 74 | 0 | 0.54 | 0.60 | 0.28 | 5.45 | 0.44 | 0.51 |
| Hex | B8 | 54 | 4A | 0 | 36 | 3C | 1C | 5 | 2C | 33 |
| Octal | 270 | 124 | 112 | 0 | 66 | 74 | 34 | 5 | 54 | 63 |
| Binary | 10111000 | 1010100 | 1001010 | 0 | 110110 | 111100 | 11100 | 101 | 101100 | 110011 |
Color Harmonies of #B8544A
Complementary color
Monochromatic Colors of #B8544A
Black with #B8544A
Text Example
Text Example
White with #B8544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8544A; }
p { color: rgb(184,84,74); }
H1.HeaderClassName
{
color: #B8544A;
}
.AnyTagClassName
{
color: #B8544A;
}
</style>
background-color css
<style>
a { background-color: #B8544A; }
a { background-color: rgb(184,84,74); }
div.DivClassName
{
background-color: #B8544A;
}
.BgClassName
{
background-color: #B8544A;
}
</style>
border-color css
<style>
span { border-color: #B8544A; }
span { border-color: rgb(184,84,74); }
td.TdClassName
{
border-color: #B8544A;
}
.TagClassName
{
border-color: #B8544A;
}
</style>