Shades of Highball #898245
Tints of Highball #898245
RGB
CMYK
RGB Variations
Color information
#898245 (or 0x898245) is known color: Highball. HEX triplet: 89, 82 and 45. RGB value is (137,130,69). Sum of RGB (Red+Green+Blue) = 137+130+69=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #898245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898245 is #767DBA. Grayscale: #7D7D7D. Windows color (decimal): -7765435 or 4555401. OLE color: 4555401.
HSL color Cylindrical-coordinate representation of color #898245: hue angle of 53.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #898245 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 69 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.46 |
| HSL | 53.82º | 0.33% | 0.4% | - |
| HSV(B) | 53.82º | 0.5% | 0.54% | - |
| XYZ | 19.37 | 21.71 | 8.8 | - |
| YUV | 125.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 69 | 0 | 0.05 | 0.50 | 0.46 | 53.82 | 0.33 | 0.4 |
| Hex | 89 | 82 | 45 | 0 | 5 | 32 | 2E | 36 | 21 | 28 |
| Octal | 211 | 202 | 105 | 0 | 5 | 62 | 56 | 66 | 41 | 50 |
| Binary | 10001001 | 10000010 | 1000101 | 0 | 101 | 110010 | 101110 | 110110 | 100001 | 101000 |
Color Harmonies of #898245
Complementary color
Monochromatic Colors of #898245
Black with #898245
Text Example
Text Example
White with #898245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898245; }
p { color: rgb(137,130,69); }
H1.HeaderClassName
{
color: #898245;
}
.AnyTagClassName
{
color: #898245;
}
</style>
background-color css
<style>
a { background-color: #898245; }
a { background-color: rgb(137,130,69); }
div.DivClassName
{
background-color: #898245;
}
.BgClassName
{
background-color: #898245;
}
</style>
border-color css
<style>
span { border-color: #898245; }
span { border-color: rgb(137,130,69); }
td.TdClassName
{
border-color: #898245;
}
.TagClassName
{
border-color: #898245;
}
</style>