Shades of Highball #89853D
Tints of Highball #89853D
RGB
CMYK
RGB Variations
Color information
#89853D (or 0x89853D) is known color: Highball. HEX triplet: 89, 85 and 3D. RGB value is (137,133,61). Sum of RGB (Red+Green+Blue) = 137+133+61=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89853D is #767AC2. Grayscale: #7E7E7E. Windows color (decimal): -7764675 or 4031881. OLE color: 4031881.
HSL color Cylindrical-coordinate representation of color #89853D: hue angle of 56.84º 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 #89853D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 61 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.46 |
| HSL | 56.84º | 0.38% | 0.39% | - |
| HSV(B) | 56.84º | 0.55% | 0.54% | - |
| XYZ | 19.55 | 22.43 | 7.71 | - |
| YUV | 125.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 61 | 0 | 0.03 | 0.55 | 0.46 | 56.84 | 0.38 | 0.39 |
| Hex | 89 | 85 | 3D | 0 | 3 | 37 | 2E | 39 | 26 | 27 |
| Octal | 211 | 205 | 75 | 0 | 3 | 67 | 56 | 71 | 46 | 47 |
| Binary | 10001001 | 10000101 | 111101 | 0 | 11 | 110111 | 101110 | 111001 | 100110 | 100111 |
Color Harmonies of #89853D
Complementary color
Monochromatic Colors of #89853D
Black with #89853D
Text Example
Text Example
White with #89853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89853D; }
p { color: rgb(137,133,61); }
H1.HeaderClassName
{
color: #89853D;
}
.AnyTagClassName
{
color: #89853D;
}
</style>
background-color css
<style>
a { background-color: #89853D; }
a { background-color: rgb(137,133,61); }
div.DivClassName
{
background-color: #89853D;
}
.BgClassName
{
background-color: #89853D;
}
</style>
border-color css
<style>
span { border-color: #89853D; }
span { border-color: rgb(137,133,61); }
td.TdClassName
{
border-color: #89853D;
}
.TagClassName
{
border-color: #89853D;
}
</style>