Shades of Highball #89884A
Tints of Highball #89884A
RGB
CMYK
RGB Variations
Color information
#89884A (or 0x89884A) is known color: Highball. HEX triplet: 89, 88 and 4A. RGB value is (137,136,74). Sum of RGB (Red+Green+Blue) = 137+136+74=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89884A is #7677B5. Grayscale: #818181. Windows color (decimal): -7763894 or 4884617. OLE color: 4884617.
HSL color Cylindrical-coordinate representation of color #89884A: hue angle of 59.05º 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 #89884A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 74 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.46 |
| HSL | 59.05º | 0.3% | 0.41% | - |
| HSV(B) | 59.05º | 0.46% | 0.54% | - |
| XYZ | 20.36 | 23.42 | 9.93 | - |
| YUV | 129.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 74 | 0 | 0.01 | 0.46 | 0.46 | 59.05 | 0.3 | 0.41 |
| Hex | 89 | 88 | 4A | 0 | 1 | 2E | 2E | 3B | 1E | 29 |
| Octal | 211 | 210 | 112 | 0 | 1 | 56 | 56 | 73 | 36 | 51 |
| Binary | 10001001 | 10001000 | 1001010 | 0 | 1 | 101110 | 101110 | 111011 | 11110 | 101001 |
Color Harmonies of #89884A
Complementary color
Monochromatic Colors of #89884A
Black with #89884A
Text Example
Text Example
White with #89884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89884A; }
p { color: rgb(137,136,74); }
H1.HeaderClassName
{
color: #89884A;
}
.AnyTagClassName
{
color: #89884A;
}
</style>
background-color css
<style>
a { background-color: #89884A; }
a { background-color: rgb(137,136,74); }
div.DivClassName
{
background-color: #89884A;
}
.BgClassName
{
background-color: #89884A;
}
</style>
border-color css
<style>
span { border-color: #89884A; }
span { border-color: rgb(137,136,74); }
td.TdClassName
{
border-color: #89884A;
}
.TagClassName
{
border-color: #89884A;
}
</style>