Shades of Chestnut #B5514D
Tints of Chestnut #B5514D
RGB
CMYK
RGB Variations
Color information
#B5514D (or 0xB5514D) is known color: Chestnut. HEX triplet: B5, 51 and 4D. RGB value is (181,81,77). Sum of RGB (Red+Green+Blue) = 181+81+77=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5514D is #4AAEB2. Grayscale: #6E6E6E. Windows color (decimal): -4894387 or 5067189. OLE color: 5067189.
HSL color Cylindrical-coordinate representation of color #B5514D: hue angle of 2.31º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5514D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 77 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.29 |
| HSL | 2.31º | 0.41% | 0.51% | - |
| HSV(B) | 2.31º | 0.57% | 0.71% | - |
| XYZ | 23.34 | 16.24 | 8.93 | - |
| YUV | 110.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 77 | 0 | 0.55 | 0.57 | 0.29 | 2.31 | 0.41 | 0.51 |
| Hex | B5 | 51 | 4D | 0 | 37 | 39 | 1D | 2 | 29 | 33 |
| Octal | 265 | 121 | 115 | 0 | 67 | 71 | 35 | 2 | 51 | 63 |
| Binary | 10110101 | 1010001 | 1001101 | 0 | 110111 | 111001 | 11101 | 10 | 101001 | 110011 |
Color Harmonies of #B5514D
Complementary color
Monochromatic Colors of #B5514D
Black with #B5514D
Text Example
Text Example
White with #B5514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5514D; }
p { color: rgb(181,81,77); }
H1.HeaderClassName
{
color: #B5514D;
}
.AnyTagClassName
{
color: #B5514D;
}
</style>
background-color css
<style>
a { background-color: #B5514D; }
a { background-color: rgb(181,81,77); }
div.DivClassName
{
background-color: #B5514D;
}
.BgClassName
{
background-color: #B5514D;
}
</style>
border-color css
<style>
span { border-color: #B5514D; }
span { border-color: rgb(181,81,77); }
td.TdClassName
{
border-color: #B5514D;
}
.TagClassName
{
border-color: #B5514D;
}
</style>