Shades of Chestnut #B8534E
Tints of Chestnut #B8534E
RGB
CMYK
RGB Variations
Color information
#B8534E (or 0xB8534E) is known color: Chestnut. HEX triplet: B8, 53 and 4E. RGB value is (184,83,78). Sum of RGB (Red+Green+Blue) = 184+83+78=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8534E is #47ACB1. Grayscale: #707070. Windows color (decimal): -4697266 or 5133240. OLE color: 5133240.
HSL color Cylindrical-coordinate representation of color #B8534E: hue angle of 2.83º degrees, saturation: 0.43, 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 #B8534E is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 78 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.28 |
| HSL | 2.83º | 0.43% | 0.51% | - |
| HSV(B) | 2.83º | 0.58% | 0.72% | - |
| XYZ | 24.24 | 16.93 | 9.2 | - |
| YUV | 112.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 78 | 0 | 0.55 | 0.58 | 0.28 | 2.83 | 0.43 | 0.51 |
| Hex | B8 | 53 | 4E | 0 | 37 | 3A | 1C | 3 | 2B | 33 |
| Octal | 270 | 123 | 116 | 0 | 67 | 72 | 34 | 3 | 53 | 63 |
| Binary | 10111000 | 1010011 | 1001110 | 0 | 110111 | 111010 | 11100 | 11 | 101011 | 110011 |
Color Harmonies of #B8534E
Complementary color
Monochromatic Colors of #B8534E
Black with #B8534E
Text Example
Text Example
White with #B8534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8534E; }
p { color: rgb(184,83,78); }
H1.HeaderClassName
{
color: #B8534E;
}
.AnyTagClassName
{
color: #B8534E;
}
</style>
background-color css
<style>
a { background-color: #B8534E; }
a { background-color: rgb(184,83,78); }
div.DivClassName
{
background-color: #B8534E;
}
.BgClassName
{
background-color: #B8534E;
}
</style>
border-color css
<style>
span { border-color: #B8534E; }
span { border-color: rgb(184,83,78); }
td.TdClassName
{
border-color: #B8534E;
}
.TagClassName
{
border-color: #B8534E;
}
</style>