Shades of Highball #89823A
Tints of Highball #89823A
RGB
CMYK
RGB Variations
Color information
#89823A (or 0x89823A) is known color: Highball. HEX triplet: 89, 82 and 3A. RGB value is (137,130,58). Sum of RGB (Red+Green+Blue) = 137+130+58=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #89823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89823A is #767DC5. Grayscale: #7C7C7C. Windows color (decimal): -7765446 or 3834505. OLE color: 3834505.
HSL color Cylindrical-coordinate representation of color #89823A: hue angle of 54.68º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89823A is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 58 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.46 |
| HSL | 54.68º | 0.41% | 0.38% | - |
| HSV(B) | 54.68º | 0.58% | 0.54% | - |
| XYZ | 19.06 | 21.59 | 7.17 | - |
| YUV | 123.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 58 | 0 | 0.05 | 0.58 | 0.46 | 54.68 | 0.41 | 0.38 |
| Hex | 89 | 82 | 3A | 0 | 5 | 3A | 2E | 37 | 29 | 26 |
| Octal | 211 | 202 | 72 | 0 | 5 | 72 | 56 | 67 | 51 | 46 |
| Binary | 10001001 | 10000010 | 111010 | 0 | 101 | 111010 | 101110 | 110111 | 101001 | 100110 |
Color Harmonies of #89823A
Complementary color
Monochromatic Colors of #89823A
Black with #89823A
Text Example
Text Example
White with #89823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89823A; }
p { color: rgb(137,130,58); }
H1.HeaderClassName
{
color: #89823A;
}
.AnyTagClassName
{
color: #89823A;
}
</style>
background-color css
<style>
a { background-color: #89823A; }
a { background-color: rgb(137,130,58); }
div.DivClassName
{
background-color: #89823A;
}
.BgClassName
{
background-color: #89823A;
}
</style>
border-color css
<style>
span { border-color: #89823A; }
span { border-color: rgb(137,130,58); }
td.TdClassName
{
border-color: #89823A;
}
.TagClassName
{
border-color: #89823A;
}
</style>