Shades of Highball #89823D
Tints of Highball #89823D
RGB
CMYK
RGB Variations
Color information
#89823D (or 0x89823D) is known color: Highball. HEX triplet: 89, 82 and 3D. RGB value is (137,130,61). Sum of RGB (Red+Green+Blue) = 137+130+61=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89823D is #767DC2. Grayscale: #7C7C7C. Windows color (decimal): -7765443 or 4031113. OLE color: 4031113.
HSL color Cylindrical-coordinate representation of color #89823D: hue angle of 54.47º 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 #89823D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 61 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.46 |
| HSL | 54.47º | 0.38% | 0.39% | - |
| HSV(B) | 54.47º | 0.55% | 0.54% | - |
| XYZ | 19.14 | 21.62 | 7.58 | - |
| YUV | 124.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 61 | 0 | 0.05 | 0.55 | 0.46 | 54.47 | 0.38 | 0.39 |
| Hex | 89 | 82 | 3D | 0 | 5 | 37 | 2E | 36 | 26 | 27 |
| Octal | 211 | 202 | 75 | 0 | 5 | 67 | 56 | 66 | 46 | 47 |
| Binary | 10001001 | 10000010 | 111101 | 0 | 101 | 110111 | 101110 | 110110 | 100110 | 100111 |
Color Harmonies of #89823D
Complementary color
Monochromatic Colors of #89823D
Black with #89823D
Text Example
Text Example
White with #89823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89823D; }
p { color: rgb(137,130,61); }
H1.HeaderClassName
{
color: #89823D;
}
.AnyTagClassName
{
color: #89823D;
}
</style>
background-color css
<style>
a { background-color: #89823D; }
a { background-color: rgb(137,130,61); }
div.DivClassName
{
background-color: #89823D;
}
.BgClassName
{
background-color: #89823D;
}
</style>
border-color css
<style>
span { border-color: #89823D; }
span { border-color: rgb(137,130,61); }
td.TdClassName
{
border-color: #89823D;
}
.TagClassName
{
border-color: #89823D;
}
</style>