Shades of Highball #89882F
Tints of Highball #89882F
RGB
CMYK
RGB Variations
Color information
#89882F (or 0x89882F) is known color: Highball. HEX triplet: 89, 88 and 2F. RGB value is (137,136,47). Sum of RGB (Red+Green+Blue) = 137+136+47=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #89882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89882F is #7677D0. Grayscale: #7E7E7E. Windows color (decimal): -7763921 or 3115145. OLE color: 3115145.
HSL color Cylindrical-coordinate representation of color #89882F: hue angle of 59.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89882F is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 47 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.46 |
| HSL | 59.33º | 0.49% | 0.36% | - |
| HSV(B) | 59.33º | 0.66% | 0.54% | - |
| XYZ | 19.63 | 23.13 | 6.12 | - |
| YUV | 126.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 47 | 0 | 0.01 | 0.66 | 0.46 | 59.33 | 0.49 | 0.36 |
| Hex | 89 | 88 | 2F | 0 | 1 | 42 | 2E | 3B | 31 | 24 |
| Octal | 211 | 210 | 57 | 0 | 1 | 102 | 56 | 73 | 61 | 44 |
| Binary | 10001001 | 10001000 | 101111 | 0 | 1 | 1000010 | 101110 | 111011 | 110001 | 100100 |
Color Harmonies of #89882F
Complementary color
Monochromatic Colors of #89882F
Black with #89882F
Text Example
Text Example
White with #89882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89882F; }
p { color: rgb(137,136,47); }
H1.HeaderClassName
{
color: #89882F;
}
.AnyTagClassName
{
color: #89882F;
}
</style>
background-color css
<style>
a { background-color: #89882F; }
a { background-color: rgb(137,136,47); }
div.DivClassName
{
background-color: #89882F;
}
.BgClassName
{
background-color: #89882F;
}
</style>
border-color css
<style>
span { border-color: #89882F; }
span { border-color: rgb(137,136,47); }
td.TdClassName
{
border-color: #89882F;
}
.TagClassName
{
border-color: #89882F;
}
</style>