Shades of Highball #898441
Tints of Highball #898441
RGB
CMYK
RGB Variations
Color information
#898441 (or 0x898441) is known color: Highball. HEX triplet: 89, 84 and 41. RGB value is (137,132,65). Sum of RGB (Red+Green+Blue) = 137+132+65=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #898441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898441 is #767BBE. Grayscale: #7E7E7E. Windows color (decimal): -7764927 or 4293769. OLE color: 4293769.
HSL color Cylindrical-coordinate representation of color #898441: hue angle of 55.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #898441 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 65 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.46 |
| HSL | 55.83º | 0.36% | 0.4% | - |
| HSV(B) | 55.83º | 0.53% | 0.54% | - |
| XYZ | 19.52 | 22.2 | 8.26 | - |
| YUV | 125.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 65 | 0 | 0.04 | 0.53 | 0.46 | 55.83 | 0.36 | 0.4 |
| Hex | 89 | 84 | 41 | 0 | 4 | 35 | 2E | 38 | 24 | 28 |
| Octal | 211 | 204 | 101 | 0 | 4 | 65 | 56 | 70 | 44 | 50 |
| Binary | 10001001 | 10000100 | 1000001 | 0 | 100 | 110101 | 101110 | 111000 | 100100 | 101000 |
Color Harmonies of #898441
Complementary color
Monochromatic Colors of #898441
Black with #898441
Text Example
Text Example
White with #898441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898441; }
p { color: rgb(137,132,65); }
H1.HeaderClassName
{
color: #898441;
}
.AnyTagClassName
{
color: #898441;
}
</style>
background-color css
<style>
a { background-color: #898441; }
a { background-color: rgb(137,132,65); }
div.DivClassName
{
background-color: #898441;
}
.BgClassName
{
background-color: #898441;
}
</style>
border-color css
<style>
span { border-color: #898441; }
span { border-color: rgb(137,132,65); }
td.TdClassName
{
border-color: #898441;
}
.TagClassName
{
border-color: #898441;
}
</style>