Shades of Chestnut #B7514B
Tints of Chestnut #B7514B
RGB
CMYK
RGB Variations
Color information
#B7514B (or 0xB7514B) is known color: Chestnut. HEX triplet: B7, 51 and 4B. RGB value is (183,81,75). Sum of RGB (Red+Green+Blue) = 183+81+75=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7514B is #48AEB4. Grayscale: #6E6E6E. Windows color (decimal): -4763317 or 4936119. OLE color: 4936119.
HSL color Cylindrical-coordinate representation of color #B7514B: hue angle of 3.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7514B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 81 | 75 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.28 |
| HSL | 3.33º | 0.43% | 0.51% | - |
| HSV(B) | 3.33º | 0.59% | 0.72% | - |
| XYZ | 23.74 | 16.46 | 8.58 | - |
| YUV | 110.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 75 | 0 | 0.56 | 0.59 | 0.28 | 3.33 | 0.43 | 0.51 |
| Hex | B7 | 51 | 4B | 0 | 38 | 3B | 1C | 3 | 2B | 33 |
| Octal | 267 | 121 | 113 | 0 | 70 | 73 | 34 | 3 | 53 | 63 |
| Binary | 10110111 | 1010001 | 1001011 | 0 | 111000 | 111011 | 11100 | 11 | 101011 | 110011 |
Color Harmonies of #B7514B
Complementary color
Monochromatic Colors of #B7514B
Black with #B7514B
Text Example
Text Example
White with #B7514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7514B; }
p { color: rgb(183,81,75); }
H1.HeaderClassName
{
color: #B7514B;
}
.AnyTagClassName
{
color: #B7514B;
}
</style>
background-color css
<style>
a { background-color: #B7514B; }
a { background-color: rgb(183,81,75); }
div.DivClassName
{
background-color: #B7514B;
}
.BgClassName
{
background-color: #B7514B;
}
</style>
border-color css
<style>
span { border-color: #B7514B; }
span { border-color: rgb(183,81,75); }
td.TdClassName
{
border-color: #B7514B;
}
.TagClassName
{
border-color: #B7514B;
}
</style>