Shades of Stonewall #89795F
Tints of Stonewall #89795F
RGB
CMYK
RGB Variations
Color information
#89795F (or 0x89795F) is known color: Stonewall. HEX triplet: 89, 79 and 5F. RGB value is (137,121,95). Sum of RGB (Red+Green+Blue) = 137+121+95=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #89795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89795F is #7686A0. Grayscale: #7A7A7A. Windows color (decimal): -7767713 or 6257033. OLE color: 6257033.
HSL color Cylindrical-coordinate representation of color #89795F: hue angle of 37.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89795F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 95 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.46 |
| HSL | 37.14º | 0.18% | 0.45% | - |
| HSV(B) | 37.14º | 0.31% | 0.54% | - |
| XYZ | 19.22 | 19.82 | 13.64 | - |
| YUV | 122.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 95 | 0 | 0.12 | 0.31 | 0.46 | 37.14 | 0.18 | 0.45 |
| Hex | 89 | 79 | 5F | 0 | C | 1F | 2E | 25 | 12 | 2D |
| Octal | 211 | 171 | 137 | 0 | 14 | 37 | 56 | 45 | 22 | 55 |
| Binary | 10001001 | 1111001 | 1011111 | 0 | 1100 | 11111 | 101110 | 100101 | 10010 | 101101 |
Color Harmonies of #89795F
Complementary color
Monochromatic Colors of #89795F
Black with #89795F
Text Example
Text Example
White with #89795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89795F; }
p { color: rgb(137,121,95); }
H1.HeaderClassName
{
color: #89795F;
}
.AnyTagClassName
{
color: #89795F;
}
</style>
background-color css
<style>
a { background-color: #89795F; }
a { background-color: rgb(137,121,95); }
div.DivClassName
{
background-color: #89795F;
}
.BgClassName
{
background-color: #89795F;
}
</style>
border-color css
<style>
span { border-color: #89795F; }
span { border-color: rgb(137,121,95); }
td.TdClassName
{
border-color: #89795F;
}
.TagClassName
{
border-color: #89795F;
}
</style>