Shades of Chestnut #B7574C
Tints of Chestnut #B7574C
RGB
CMYK
RGB Variations
Color information
#B7574C (or 0xB7574C) is known color: Chestnut. HEX triplet: B7, 57 and 4C. RGB value is (183,87,76). Sum of RGB (Red+Green+Blue) = 183+87+76=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7574C is #48A8B3. Grayscale: #727272. Windows color (decimal): -4761780 or 5003191. OLE color: 5003191.
HSL color Cylindrical-coordinate representation of color #B7574C: hue angle of 6.17º 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 #B7574C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 76 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.28 |
| HSL | 6.17º | 0.43% | 0.51% | - |
| HSV(B) | 6.17º | 0.58% | 0.72% | - |
| XYZ | 24.24 | 17.41 | 8.92 | - |
| YUV | 114.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 76 | 0 | 0.52 | 0.58 | 0.28 | 6.17 | 0.43 | 0.51 |
| Hex | B7 | 57 | 4C | 0 | 34 | 3A | 1C | 6 | 2B | 33 |
| Octal | 267 | 127 | 114 | 0 | 64 | 72 | 34 | 6 | 53 | 63 |
| Binary | 10110111 | 1010111 | 1001100 | 0 | 110100 | 111010 | 11100 | 110 | 101011 | 110011 |
Color Harmonies of #B7574C
Complementary color
Monochromatic Colors of #B7574C
Black with #B7574C
Text Example
Text Example
White with #B7574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7574C; }
p { color: rgb(183,87,76); }
H1.HeaderClassName
{
color: #B7574C;
}
.AnyTagClassName
{
color: #B7574C;
}
</style>
background-color css
<style>
a { background-color: #B7574C; }
a { background-color: rgb(183,87,76); }
div.DivClassName
{
background-color: #B7574C;
}
.BgClassName
{
background-color: #B7574C;
}
</style>
border-color css
<style>
span { border-color: #B7574C; }
span { border-color: rgb(183,87,76); }
td.TdClassName
{
border-color: #B7574C;
}
.TagClassName
{
border-color: #B7574C;
}
</style>