Shades of Chestnut #B4514D
Tints of Chestnut #B4514D
RGB
CMYK
RGB Variations
Color information
#B4514D (or 0xB4514D) is known color: Chestnut. HEX triplet: B4, 51 and 4D. RGB value is (180,81,77). Sum of RGB (Red+Green+Blue) = 180+81+77=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4514D is #4BAEB2. Grayscale: #6E6E6E. Windows color (decimal): -4959923 or 5067188. OLE color: 5067188.
HSL color Cylindrical-coordinate representation of color #B4514D: hue angle of 2.33º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4514D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 77 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.29 |
| HSL | 2.33º | 0.41% | 0.5% | - |
| HSV(B) | 2.33º | 0.57% | 0.71% | - |
| XYZ | 23.1 | 16.12 | 8.92 | - |
| YUV | 110.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 77 | 0 | 0.55 | 0.57 | 0.29 | 2.33 | 0.41 | 0.5 |
| Hex | B4 | 51 | 4D | 0 | 37 | 39 | 1D | 2 | 29 | 32 |
| Octal | 264 | 121 | 115 | 0 | 67 | 71 | 35 | 2 | 51 | 62 |
| Binary | 10110100 | 1010001 | 1001101 | 0 | 110111 | 111001 | 11101 | 10 | 101001 | 110010 |
Color Harmonies of #B4514D
Complementary color
Monochromatic Colors of #B4514D
Black with #B4514D
Text Example
Text Example
White with #B4514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4514D; }
p { color: rgb(180,81,77); }
H1.HeaderClassName
{
color: #B4514D;
}
.AnyTagClassName
{
color: #B4514D;
}
</style>
background-color css
<style>
a { background-color: #B4514D; }
a { background-color: rgb(180,81,77); }
div.DivClassName
{
background-color: #B4514D;
}
.BgClassName
{
background-color: #B4514D;
}
</style>
border-color css
<style>
span { border-color: #B4514D; }
span { border-color: rgb(180,81,77); }
td.TdClassName
{
border-color: #B4514D;
}
.TagClassName
{
border-color: #B4514D;
}
</style>