Shades of Chestnut #B8534B
Tints of Chestnut #B8534B
RGB
CMYK
RGB Variations
Color information
#B8534B (or 0xB8534B) is known color: Chestnut. HEX triplet: B8, 53 and 4B. RGB value is (184,83,75). Sum of RGB (Red+Green+Blue) = 184+83+75=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B8534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8534B is #47ACB4. Grayscale: #707070. Windows color (decimal): -4697269 or 4936632. OLE color: 4936632.
HSL color Cylindrical-coordinate representation of color #B8534B: hue angle of 4.4º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8534B is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 75 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.28 |
| HSL | 4.4º | 0.43% | 0.51% | - |
| HSV(B) | 4.4º | 0.59% | 0.72% | - |
| XYZ | 24.13 | 16.88 | 8.64 | - |
| YUV | 112.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 75 | 0 | 0.55 | 0.59 | 0.28 | 4.4 | 0.43 | 0.51 |
| Hex | B8 | 53 | 4B | 0 | 37 | 3B | 1C | 4 | 2B | 33 |
| Octal | 270 | 123 | 113 | 0 | 67 | 73 | 34 | 4 | 53 | 63 |
| Binary | 10111000 | 1010011 | 1001011 | 0 | 110111 | 111011 | 11100 | 100 | 101011 | 110011 |
Color Harmonies of #B8534B
Complementary color
Monochromatic Colors of #B8534B
Black with #B8534B
Text Example
Text Example
White with #B8534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8534B; }
p { color: rgb(184,83,75); }
H1.HeaderClassName
{
color: #B8534B;
}
.AnyTagClassName
{
color: #B8534B;
}
</style>
background-color css
<style>
a { background-color: #B8534B; }
a { background-color: rgb(184,83,75); }
div.DivClassName
{
background-color: #B8534B;
}
.BgClassName
{
background-color: #B8534B;
}
</style>
border-color css
<style>
span { border-color: #B8534B; }
span { border-color: rgb(184,83,75); }
td.TdClassName
{
border-color: #B8534B;
}
.TagClassName
{
border-color: #B8534B;
}
</style>