Shades of Chestnut #B8533F
Tints of Chestnut #B8533F
RGB
CMYK
RGB Variations
Color information
#B8533F (or 0xB8533F) is known color: Chestnut. HEX triplet: B8, 53 and 3F. RGB value is (184,83,63). Sum of RGB (Red+Green+Blue) = 184+83+63=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8533F is #47ACC0. Grayscale: #6F6F6F. Windows color (decimal): -4697281 or 4150200. OLE color: 4150200.
HSL color Cylindrical-coordinate representation of color #B8533F: hue angle of 9.92º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8533F is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 63 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.28 |
| HSL | 9.92º | 0.49% | 0.48% | - |
| HSV(B) | 9.92º | 0.66% | 0.72% | - |
| XYZ | 23.76 | 16.74 | 6.68 | - |
| YUV | 110.92 | 100.96 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 63 | 0 | 0.55 | 0.66 | 0.28 | 9.92 | 0.49 | 0.48 |
| Hex | B8 | 53 | 3F | 0 | 37 | 42 | 1C | A | 31 | 30 |
| Octal | 270 | 123 | 77 | 0 | 67 | 102 | 34 | 12 | 61 | 60 |
| Binary | 10111000 | 1010011 | 111111 | 0 | 110111 | 1000010 | 11100 | 1010 | 110001 | 110000 |
Color Harmonies of #B8533F
Complementary color
Monochromatic Colors of #B8533F
Black with #B8533F
Text Example
Text Example
White with #B8533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8533F; }
p { color: rgb(184,83,63); }
H1.HeaderClassName
{
color: #B8533F;
}
.AnyTagClassName
{
color: #B8533F;
}
</style>
background-color css
<style>
a { background-color: #B8533F; }
a { background-color: rgb(184,83,63); }
div.DivClassName
{
background-color: #B8533F;
}
.BgClassName
{
background-color: #B8533F;
}
</style>
border-color css
<style>
span { border-color: #B8533F; }
span { border-color: rgb(184,83,63); }
td.TdClassName
{
border-color: #B8533F;
}
.TagClassName
{
border-color: #B8533F;
}
</style>