Shades of Chestnut #B7514C
Tints of Chestnut #B7514C
RGB
CMYK
RGB Variations
Color information
#B7514C (or 0xB7514C) is known color: Chestnut. HEX triplet: B7, 51 and 4C. RGB value is (183,81,76). Sum of RGB (Red+Green+Blue) = 183+81+76=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7514C is #48AEB3. Grayscale: #6F6F6F. Windows color (decimal): -4763316 or 5001655. OLE color: 5001655.
HSL color Cylindrical-coordinate representation of color #B7514C: hue angle of 2.8º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7514C is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 76 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.28 |
| HSL | 2.8º | 0.43% | 0.51% | - |
| HSV(B) | 2.8º | 0.58% | 0.72% | - |
| XYZ | 23.78 | 16.47 | 8.76 | - |
| YUV | 110.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 76 | 0 | 0.56 | 0.58 | 0.28 | 2.8 | 0.43 | 0.51 |
| Hex | B7 | 51 | 4C | 0 | 38 | 3A | 1C | 3 | 2B | 33 |
| Octal | 267 | 121 | 114 | 0 | 70 | 72 | 34 | 3 | 53 | 63 |
| Binary | 10110111 | 1010001 | 1001100 | 0 | 111000 | 111010 | 11100 | 11 | 101011 | 110011 |
Color Harmonies of #B7514C
Complementary color
Monochromatic Colors of #B7514C
Black with #B7514C
Text Example
Text Example
White with #B7514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7514C; }
p { color: rgb(183,81,76); }
H1.HeaderClassName
{
color: #B7514C;
}
.AnyTagClassName
{
color: #B7514C;
}
</style>
background-color css
<style>
a { background-color: #B7514C; }
a { background-color: rgb(183,81,76); }
div.DivClassName
{
background-color: #B7514C;
}
.BgClassName
{
background-color: #B7514C;
}
</style>
border-color css
<style>
span { border-color: #B7514C; }
span { border-color: rgb(183,81,76); }
td.TdClassName
{
border-color: #B7514C;
}
.TagClassName
{
border-color: #B7514C;
}
</style>