Shades of Stonewall #81735B
Tints of Stonewall #81735B
RGB
CMYK
RGB Variations
Color information
#81735B (or 0x81735B) is known color: Stonewall. HEX triplet: 81, 73 and 5B. RGB value is (129,115,91). Sum of RGB (Red+Green+Blue) = 129+115+91=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81735B is #7E8CA4. Grayscale: #747474. Windows color (decimal): -8293541 or 5993345. OLE color: 5993345.
HSL color Cylindrical-coordinate representation of color #81735B: hue angle of 37.89º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81735B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 91 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.49 |
| HSL | 37.89º | 0.17% | 0.43% | - |
| HSV(B) | 37.89º | 0.29% | 0.51% | - |
| XYZ | 17.07 | 17.68 | 12.41 | - |
| YUV | 116.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 91 | 0 | 0.11 | 0.29 | 0.49 | 37.89 | 0.17 | 0.43 |
| Hex | 81 | 73 | 5B | 0 | B | 1D | 31 | 26 | 11 | 2B |
| Octal | 201 | 163 | 133 | 0 | 13 | 35 | 61 | 46 | 21 | 53 |
| Binary | 10000001 | 1110011 | 1011011 | 0 | 1011 | 11101 | 110001 | 100110 | 10001 | 101011 |
Color Harmonies of #81735B
Complementary color
Monochromatic Colors of #81735B
Black with #81735B
Text Example
Text Example
White with #81735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81735B; }
p { color: rgb(129,115,91); }
H1.HeaderClassName
{
color: #81735B;
}
.AnyTagClassName
{
color: #81735B;
}
</style>
background-color css
<style>
a { background-color: #81735B; }
a { background-color: rgb(129,115,91); }
div.DivClassName
{
background-color: #81735B;
}
.BgClassName
{
background-color: #81735B;
}
</style>
border-color css
<style>
span { border-color: #81735B; }
span { border-color: rgb(129,115,91); }
td.TdClassName
{
border-color: #81735B;
}
.TagClassName
{
border-color: #81735B;
}
</style>