Shades of Highball #89823E
Tints of Highball #89823E
RGB
CMYK
RGB Variations
Color information
#89823E (or 0x89823E) is known color: Highball. HEX triplet: 89, 82 and 3E. RGB value is (137,130,62). Sum of RGB (Red+Green+Blue) = 137+130+62=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89823E is #767DC1. Grayscale: #7C7C7C. Windows color (decimal): -7765442 or 4096649. OLE color: 4096649.
HSL color Cylindrical-coordinate representation of color #89823E: hue angle of 54.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #89823E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 62 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.46 |
| HSL | 54.4º | 0.38% | 0.39% | - |
| HSV(B) | 54.4º | 0.55% | 0.54% | - |
| XYZ | 19.17 | 21.63 | 7.72 | - |
| YUV | 124.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 62 | 0 | 0.05 | 0.55 | 0.46 | 54.4 | 0.38 | 0.39 |
| Hex | 89 | 82 | 3E | 0 | 5 | 37 | 2E | 36 | 26 | 27 |
| Octal | 211 | 202 | 76 | 0 | 5 | 67 | 56 | 66 | 46 | 47 |
| Binary | 10001001 | 10000010 | 111110 | 0 | 101 | 110111 | 101110 | 110110 | 100110 | 100111 |
Color Harmonies of #89823E
Complementary color
Monochromatic Colors of #89823E
Black with #89823E
Text Example
Text Example
White with #89823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89823E; }
p { color: rgb(137,130,62); }
H1.HeaderClassName
{
color: #89823E;
}
.AnyTagClassName
{
color: #89823E;
}
</style>
background-color css
<style>
a { background-color: #89823E; }
a { background-color: rgb(137,130,62); }
div.DivClassName
{
background-color: #89823E;
}
.BgClassName
{
background-color: #89823E;
}
</style>
border-color css
<style>
span { border-color: #89823E; }
span { border-color: rgb(137,130,62); }
td.TdClassName
{
border-color: #89823E;
}
.TagClassName
{
border-color: #89823E;
}
</style>