Shades of Stonewall #80735F
Tints of Stonewall #80735F
RGB
CMYK
RGB Variations
Color information
#80735F (or 0x80735F) is known color: Stonewall. HEX triplet: 80, 73 and 5F. RGB value is (128,115,95). Sum of RGB (Red+Green+Blue) = 128+115+95=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80735F is #7F8CA0. Grayscale: #747474. Windows color (decimal): -8359073 or 6255488. OLE color: 6255488.
HSL color Cylindrical-coordinate representation of color #80735F: hue angle of 36.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80735F is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 95 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.50 |
| HSL | 36.36º | 0.15% | 0.44% | - |
| HSV(B) | 36.36º | 0.26% | 0.5% | - |
| XYZ | 17.1 | 17.68 | 13.34 | - |
| YUV | 116.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 95 | 0 | 0.10 | 0.26 | 0.50 | 36.36 | 0.15 | 0.44 |
| Hex | 80 | 73 | 5F | 0 | A | 1A | 32 | 24 | F | 2C |
| Octal | 200 | 163 | 137 | 0 | 12 | 32 | 62 | 44 | 17 | 54 |
| Binary | 10000000 | 1110011 | 1011111 | 0 | 1010 | 11010 | 110010 | 100100 | 1111 | 101100 |
Color Harmonies of #80735F
Complementary color
Monochromatic Colors of #80735F
Black with #80735F
Text Example
Text Example
White with #80735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80735F; }
p { color: rgb(128,115,95); }
H1.HeaderClassName
{
color: #80735F;
}
.AnyTagClassName
{
color: #80735F;
}
</style>
background-color css
<style>
a { background-color: #80735F; }
a { background-color: rgb(128,115,95); }
div.DivClassName
{
background-color: #80735F;
}
.BgClassName
{
background-color: #80735F;
}
</style>
border-color css
<style>
span { border-color: #80735F; }
span { border-color: rgb(128,115,95); }
td.TdClassName
{
border-color: #80735F;
}
.TagClassName
{
border-color: #80735F;
}
</style>