Shades of Highball #89854A
Tints of Highball #89854A
RGB
CMYK
RGB Variations
Color information
#89854A (or 0x89854A) is known color: Highball. HEX triplet: 89, 85 and 4A. RGB value is (137,133,74). Sum of RGB (Red+Green+Blue) = 137+133+74=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89854A is #767AB5. Grayscale: #7F7F7F. Windows color (decimal): -7764662 or 4883849. OLE color: 4883849.
HSL color Cylindrical-coordinate representation of color #89854A: hue angle of 56.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89854A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 74 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.46 |
| HSL | 56.19º | 0.3% | 0.41% | - |
| HSV(B) | 56.19º | 0.46% | 0.54% | - |
| XYZ | 19.94 | 22.59 | 9.79 | - |
| YUV | 127.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 74 | 0 | 0.03 | 0.46 | 0.46 | 56.19 | 0.3 | 0.41 |
| Hex | 89 | 85 | 4A | 0 | 3 | 2E | 2E | 38 | 1E | 29 |
| Octal | 211 | 205 | 112 | 0 | 3 | 56 | 56 | 70 | 36 | 51 |
| Binary | 10001001 | 10000101 | 1001010 | 0 | 11 | 101110 | 101110 | 111000 | 11110 | 101001 |
Color Harmonies of #89854A
Complementary color
Monochromatic Colors of #89854A
Black with #89854A
Text Example
Text Example
White with #89854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89854A; }
p { color: rgb(137,133,74); }
H1.HeaderClassName
{
color: #89854A;
}
.AnyTagClassName
{
color: #89854A;
}
</style>
background-color css
<style>
a { background-color: #89854A; }
a { background-color: rgb(137,133,74); }
div.DivClassName
{
background-color: #89854A;
}
.BgClassName
{
background-color: #89854A;
}
</style>
border-color css
<style>
span { border-color: #89854A; }
span { border-color: rgb(137,133,74); }
td.TdClassName
{
border-color: #89854A;
}
.TagClassName
{
border-color: #89854A;
}
</style>