Shades of Stonewall #897A5F
Tints of Stonewall #897A5F
RGB
CMYK
RGB Variations
Color information
#897A5F (or 0x897A5F) is known color: Stonewall. HEX triplet: 89, 7A and 5F. RGB value is (137,122,95). Sum of RGB (Red+Green+Blue) = 137+122+95=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A5F is #7685A0. Grayscale: #7B7B7B. Windows color (decimal): -7767457 or 6257289. OLE color: 6257289.
HSL color Cylindrical-coordinate representation of color #897A5F: hue angle of 38.57º 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 #897A5F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 95 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.46 |
| HSL | 38.57º | 0.18% | 0.45% | - |
| HSV(B) | 38.57º | 0.31% | 0.54% | - |
| XYZ | 19.34 | 20.06 | 13.68 | - |
| YUV | 123.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 95 | 0 | 0.11 | 0.31 | 0.46 | 38.57 | 0.18 | 0.45 |
| Hex | 89 | 7A | 5F | 0 | B | 1F | 2E | 27 | 12 | 2D |
| Octal | 211 | 172 | 137 | 0 | 13 | 37 | 56 | 47 | 22 | 55 |
| Binary | 10001001 | 1111010 | 1011111 | 0 | 1011 | 11111 | 101110 | 100111 | 10010 | 101101 |
Color Harmonies of #897A5F
Complementary color
Monochromatic Colors of #897A5F
Black with #897A5F
Text Example
Text Example
White with #897A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A5F; }
p { color: rgb(137,122,95); }
H1.HeaderClassName
{
color: #897A5F;
}
.AnyTagClassName
{
color: #897A5F;
}
</style>
background-color css
<style>
a { background-color: #897A5F; }
a { background-color: rgb(137,122,95); }
div.DivClassName
{
background-color: #897A5F;
}
.BgClassName
{
background-color: #897A5F;
}
</style>
border-color css
<style>
span { border-color: #897A5F; }
span { border-color: rgb(137,122,95); }
td.TdClassName
{
border-color: #897A5F;
}
.TagClassName
{
border-color: #897A5F;
}
</style>