Shades of Chestnut #B5514A
Tints of Chestnut #B5514A
RGB
CMYK
RGB Variations
Color information
#B5514A (or 0xB5514A) is known color: Chestnut. HEX triplet: B5, 51 and 4A. RGB value is (181,81,74). Sum of RGB (Red+Green+Blue) = 181+81+74=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B5514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5514A is #4AAEB5. Grayscale: #6E6E6E. Windows color (decimal): -4894390 or 4870581. OLE color: 4870581.
HSL color Cylindrical-coordinate representation of color #B5514A: hue angle of 3.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5514A is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 74 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.29 |
| HSL | 3.93º | 0.42% | 0.5% | - |
| HSV(B) | 3.93º | 0.59% | 0.71% | - |
| XYZ | 23.23 | 16.2 | 8.38 | - |
| YUV | 110.1 | 107.63 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 74 | 0 | 0.55 | 0.59 | 0.29 | 3.93 | 0.42 | 0.5 |
| Hex | B5 | 51 | 4A | 0 | 37 | 3B | 1D | 4 | 2A | 32 |
| Octal | 265 | 121 | 112 | 0 | 67 | 73 | 35 | 4 | 52 | 62 |
| Binary | 10110101 | 1010001 | 1001010 | 0 | 110111 | 111011 | 11101 | 100 | 101010 | 110010 |
Color Harmonies of #B5514A
Complementary color
Monochromatic Colors of #B5514A
Black with #B5514A
Text Example
Text Example
White with #B5514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5514A; }
p { color: rgb(181,81,74); }
H1.HeaderClassName
{
color: #B5514A;
}
.AnyTagClassName
{
color: #B5514A;
}
</style>
background-color css
<style>
a { background-color: #B5514A; }
a { background-color: rgb(181,81,74); }
div.DivClassName
{
background-color: #B5514A;
}
.BgClassName
{
background-color: #B5514A;
}
</style>
border-color css
<style>
span { border-color: #B5514A; }
span { border-color: rgb(181,81,74); }
td.TdClassName
{
border-color: #B5514A;
}
.TagClassName
{
border-color: #B5514A;
}
</style>