Shades of Highball #89884D
Tints of Highball #89884D
RGB
CMYK
RGB Variations
Color information
#89884D (or 0x89884D) is known color: Highball. HEX triplet: 89, 88 and 4D. RGB value is (137,136,77). Sum of RGB (Red+Green+Blue) = 137+136+77=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89884D is #7677B2. Grayscale: #818181. Windows color (decimal): -7763891 or 5081225. OLE color: 5081225.
HSL color Cylindrical-coordinate representation of color #89884D: hue angle of 59º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89884D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 77 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.46 |
| HSL | 59º | 0.28% | 0.42% | - |
| HSV(B) | 59º | 0.44% | 0.54% | - |
| XYZ | 20.46 | 23.46 | 10.47 | - |
| YUV | 129.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 77 | 0 | 0.01 | 0.44 | 0.46 | 59 | 0.28 | 0.42 |
| Hex | 89 | 88 | 4D | 0 | 1 | 2C | 2E | 3B | 1C | 2A |
| Octal | 211 | 210 | 115 | 0 | 1 | 54 | 56 | 73 | 34 | 52 |
| Binary | 10001001 | 10001000 | 1001101 | 0 | 1 | 101100 | 101110 | 111011 | 11100 | 101010 |
Color Harmonies of #89884D
Complementary color
Monochromatic Colors of #89884D
Black with #89884D
Text Example
Text Example
White with #89884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89884D; }
p { color: rgb(137,136,77); }
H1.HeaderClassName
{
color: #89884D;
}
.AnyTagClassName
{
color: #89884D;
}
</style>
background-color css
<style>
a { background-color: #89884D; }
a { background-color: rgb(137,136,77); }
div.DivClassName
{
background-color: #89884D;
}
.BgClassName
{
background-color: #89884D;
}
</style>
border-color css
<style>
span { border-color: #89884D; }
span { border-color: rgb(137,136,77); }
td.TdClassName
{
border-color: #89884D;
}
.TagClassName
{
border-color: #89884D;
}
</style>