Shades of Highball #89883C
Tints of Highball #89883C
RGB
CMYK
RGB Variations
Color information
#89883C (or 0x89883C) is known color: Highball. HEX triplet: 89, 88 and 3C. RGB value is (137,136,60). Sum of RGB (Red+Green+Blue) = 137+136+60=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89883C is #7677C3. Grayscale: #7F7F7F. Windows color (decimal): -7763908 or 3967113. OLE color: 3967113.
HSL color Cylindrical-coordinate representation of color #89883C: hue angle of 59.22º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89883C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 60 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.46 |
| HSL | 59.22º | 0.39% | 0.39% | - |
| HSV(B) | 59.22º | 0.56% | 0.54% | - |
| XYZ | 19.94 | 23.25 | 7.71 | - |
| YUV | 127.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 60 | 0 | 0.01 | 0.56 | 0.46 | 59.22 | 0.39 | 0.39 |
| Hex | 89 | 88 | 3C | 0 | 1 | 38 | 2E | 3B | 27 | 27 |
| Octal | 211 | 210 | 74 | 0 | 1 | 70 | 56 | 73 | 47 | 47 |
| Binary | 10001001 | 10001000 | 111100 | 0 | 1 | 111000 | 101110 | 111011 | 100111 | 100111 |
Color Harmonies of #89883C
Complementary color
Monochromatic Colors of #89883C
Black with #89883C
Text Example
Text Example
White with #89883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89883C; }
p { color: rgb(137,136,60); }
H1.HeaderClassName
{
color: #89883C;
}
.AnyTagClassName
{
color: #89883C;
}
</style>
background-color css
<style>
a { background-color: #89883C; }
a { background-color: rgb(137,136,60); }
div.DivClassName
{
background-color: #89883C;
}
.BgClassName
{
background-color: #89883C;
}
</style>
border-color css
<style>
span { border-color: #89883C; }
span { border-color: rgb(137,136,60); }
td.TdClassName
{
border-color: #89883C;
}
.TagClassName
{
border-color: #89883C;
}
</style>