Shades of Chestnut #B7534F
Tints of Chestnut #B7534F
RGB
CMYK
RGB Variations
Color information
#B7534F (or 0xB7534F) is known color: Chestnut. HEX triplet: B7, 53 and 4F. RGB value is (183,83,79). Sum of RGB (Red+Green+Blue) = 183+83+79=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7534F is #48ACB0. Grayscale: #707070. Windows color (decimal): -4762801 or 5198775. OLE color: 5198775.
HSL color Cylindrical-coordinate representation of color #B7534F: hue angle of 2.31º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7534F is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 79 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.28 |
| HSL | 2.31º | 0.42% | 0.51% | - |
| HSV(B) | 2.31º | 0.57% | 0.72% | - |
| XYZ | 24.03 | 16.82 | 9.38 | - |
| YUV | 112.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 79 | 0 | 0.55 | 0.57 | 0.28 | 2.31 | 0.42 | 0.51 |
| Hex | B7 | 53 | 4F | 0 | 37 | 39 | 1C | 2 | 2A | 33 |
| Octal | 267 | 123 | 117 | 0 | 67 | 71 | 34 | 2 | 52 | 63 |
| Binary | 10110111 | 1010011 | 1001111 | 0 | 110111 | 111001 | 11100 | 10 | 101010 | 110011 |
Color Harmonies of #B7534F
Complementary color
Monochromatic Colors of #B7534F
Black with #B7534F
Text Example
Text Example
White with #B7534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7534F; }
p { color: rgb(183,83,79); }
H1.HeaderClassName
{
color: #B7534F;
}
.AnyTagClassName
{
color: #B7534F;
}
</style>
background-color css
<style>
a { background-color: #B7534F; }
a { background-color: rgb(183,83,79); }
div.DivClassName
{
background-color: #B7534F;
}
.BgClassName
{
background-color: #B7534F;
}
</style>
border-color css
<style>
span { border-color: #B7534F; }
span { border-color: rgb(183,83,79); }
td.TdClassName
{
border-color: #B7534F;
}
.TagClassName
{
border-color: #B7534F;
}
</style>