Shades of Chestnut #B8544D
Tints of Chestnut #B8544D
RGB
CMYK
RGB Variations
Color information
#B8544D (or 0xB8544D) is known color: Chestnut. HEX triplet: B8, 54 and 4D. RGB value is (184,84,77). Sum of RGB (Red+Green+Blue) = 184+84+77=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8544D is #47ABB2. Grayscale: #717171. Windows color (decimal): -4697011 or 5067960. OLE color: 5067960.
HSL color Cylindrical-coordinate representation of color #B8544D: hue angle of 3.93º 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 #B8544D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 77 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.28 |
| HSL | 3.93º | 0.43% | 0.51% | - |
| HSV(B) | 3.93º | 0.58% | 0.72% | - |
| XYZ | 24.28 | 17.07 | 9.04 | - |
| YUV | 113.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 77 | 0 | 0.54 | 0.58 | 0.28 | 3.93 | 0.43 | 0.51 |
| Hex | B8 | 54 | 4D | 0 | 36 | 3A | 1C | 4 | 2B | 33 |
| Octal | 270 | 124 | 115 | 0 | 66 | 72 | 34 | 4 | 53 | 63 |
| Binary | 10111000 | 1010100 | 1001101 | 0 | 110110 | 111010 | 11100 | 100 | 101011 | 110011 |
Color Harmonies of #B8544D
Complementary color
Monochromatic Colors of #B8544D
Black with #B8544D
Text Example
Text Example
White with #B8544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8544D; }
p { color: rgb(184,84,77); }
H1.HeaderClassName
{
color: #B8544D;
}
.AnyTagClassName
{
color: #B8544D;
}
</style>
background-color css
<style>
a { background-color: #B8544D; }
a { background-color: rgb(184,84,77); }
div.DivClassName
{
background-color: #B8544D;
}
.BgClassName
{
background-color: #B8544D;
}
</style>
border-color css
<style>
span { border-color: #B8544D; }
span { border-color: rgb(184,84,77); }
td.TdClassName
{
border-color: #B8544D;
}
.TagClassName
{
border-color: #B8544D;
}
</style>