Shades of Highball #898047
Tints of Highball #898047
RGB
CMYK
RGB Variations
Color information
#898047 (or 0x898047) is known color: Highball. HEX triplet: 89, 80 and 47. RGB value is (137,128,71). Sum of RGB (Red+Green+Blue) = 137+128+71=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #898047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898047 is #767FB8. Grayscale: #7C7C7C. Windows color (decimal): -7765945 or 4685961. OLE color: 4685961.
HSL color Cylindrical-coordinate representation of color #898047: hue angle of 51.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #898047 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 71 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.46 |
| HSL | 51.82º | 0.32% | 0.41% | - |
| HSV(B) | 51.82º | 0.48% | 0.54% | - |
| XYZ | 19.17 | 21.21 | 9.04 | - |
| YUV | 124.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 71 | 0 | 0.07 | 0.48 | 0.46 | 51.82 | 0.32 | 0.41 |
| Hex | 89 | 80 | 47 | 0 | 7 | 30 | 2E | 34 | 20 | 29 |
| Octal | 211 | 200 | 107 | 0 | 7 | 60 | 56 | 64 | 40 | 51 |
| Binary | 10001001 | 10000000 | 1000111 | 0 | 111 | 110000 | 101110 | 110100 | 100000 | 101001 |
Color Harmonies of #898047
Complementary color
Monochromatic Colors of #898047
Black with #898047
Text Example
Text Example
White with #898047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898047; }
p { color: rgb(137,128,71); }
H1.HeaderClassName
{
color: #898047;
}
.AnyTagClassName
{
color: #898047;
}
</style>
background-color css
<style>
a { background-color: #898047; }
a { background-color: rgb(137,128,71); }
div.DivClassName
{
background-color: #898047;
}
.BgClassName
{
background-color: #898047;
}
</style>
border-color css
<style>
span { border-color: #898047; }
span { border-color: rgb(137,128,71); }
td.TdClassName
{
border-color: #898047;
}
.TagClassName
{
border-color: #898047;
}
</style>