Shades of Highball #898549
Tints of Highball #898549
RGB
CMYK
RGB Variations
Color information
#898549 (or 0x898549) is known color: Highball. HEX triplet: 89, 85 and 49. RGB value is (137,133,73). Sum of RGB (Red+Green+Blue) = 137+133+73=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #898549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898549 is #767AB6. Grayscale: #7F7F7F. Windows color (decimal): -7764663 or 4818313. OLE color: 4818313.
HSL color Cylindrical-coordinate representation of color #898549: hue angle of 56.25º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898549 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 73 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.46 |
| HSL | 56.25º | 0.3% | 0.41% | - |
| HSV(B) | 56.25º | 0.47% | 0.54% | - |
| XYZ | 19.91 | 22.57 | 9.61 | - |
| YUV | 127.36 | 97.33 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 73 | 0 | 0.03 | 0.47 | 0.46 | 56.25 | 0.3 | 0.41 |
| Hex | 89 | 85 | 49 | 0 | 3 | 2F | 2E | 38 | 1E | 29 |
| Octal | 211 | 205 | 111 | 0 | 3 | 57 | 56 | 70 | 36 | 51 |
| Binary | 10001001 | 10000101 | 1001001 | 0 | 11 | 101111 | 101110 | 111000 | 11110 | 101001 |
Color Harmonies of #898549
Complementary color
Monochromatic Colors of #898549
Black with #898549
Text Example
Text Example
White with #898549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898549; }
p { color: rgb(137,133,73); }
H1.HeaderClassName
{
color: #898549;
}
.AnyTagClassName
{
color: #898549;
}
</style>
background-color css
<style>
a { background-color: #898549; }
a { background-color: rgb(137,133,73); }
div.DivClassName
{
background-color: #898549;
}
.BgClassName
{
background-color: #898549;
}
</style>
border-color css
<style>
span { border-color: #898549; }
span { border-color: rgb(137,133,73); }
td.TdClassName
{
border-color: #898549;
}
.TagClassName
{
border-color: #898549;
}
</style>