Shades of Highball #88813E
Tints of Highball #88813E
RGB
CMYK
RGB Variations
Color information
#88813E (or 0x88813E) is known color: Highball. HEX triplet: 88, 81 and 3E. RGB value is (136,129,62). Sum of RGB (Red+Green+Blue) = 136+129+62=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #88813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88813E is #777EC1. Grayscale: #7B7B7B. Windows color (decimal): -7831234 or 4096392. OLE color: 4096392.
HSL color Cylindrical-coordinate representation of color #88813E: hue angle of 54.32º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88813E is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 129 | 62 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.47 |
| HSL | 54.32º | 0.37% | 0.39% | - |
| HSV(B) | 54.32º | 0.54% | 0.53% | - |
| XYZ | 18.87 | 21.28 | 7.67 | - |
| YUV | 123.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 62 | 0 | 0.05 | 0.54 | 0.47 | 54.32 | 0.37 | 0.39 |
| Hex | 88 | 81 | 3E | 0 | 5 | 36 | 2F | 36 | 25 | 27 |
| Octal | 210 | 201 | 76 | 0 | 5 | 66 | 57 | 66 | 45 | 47 |
| Binary | 10001000 | 10000001 | 111110 | 0 | 101 | 110110 | 101111 | 110110 | 100101 | 100111 |
Color Harmonies of #88813E
Complementary color
Monochromatic Colors of #88813E
Black with #88813E
Text Example
Text Example
White with #88813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88813E; }
p { color: rgb(136,129,62); }
H1.HeaderClassName
{
color: #88813E;
}
.AnyTagClassName
{
color: #88813E;
}
</style>
background-color css
<style>
a { background-color: #88813E; }
a { background-color: rgb(136,129,62); }
div.DivClassName
{
background-color: #88813E;
}
.BgClassName
{
background-color: #88813E;
}
</style>
border-color css
<style>
span { border-color: #88813E; }
span { border-color: rgb(136,129,62); }
td.TdClassName
{
border-color: #88813E;
}
.TagClassName
{
border-color: #88813E;
}
</style>