Shades of Highball #888540
Tints of Highball #888540
RGB
CMYK
RGB Variations
Color information
#888540 (or 0x888540) is known color: Highball. HEX triplet: 88, 85 and 40. RGB value is (136,133,64). Sum of RGB (Red+Green+Blue) = 136+133+64=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #888540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888540 is #777ABF. Grayscale: #7E7E7E. Windows color (decimal): -7830208 or 4228488. OLE color: 4228488.
HSL color Cylindrical-coordinate representation of color #888540: hue angle of 57.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #888540 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 64 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.47 |
| HSL | 57.5º | 0.36% | 0.39% | - |
| HSV(B) | 57.5º | 0.53% | 0.53% | - |
| XYZ | 19.47 | 22.38 | 8.14 | - |
| YUV | 126.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 64 | 0 | 0.02 | 0.53 | 0.47 | 57.5 | 0.36 | 0.39 |
| Hex | 88 | 85 | 40 | 0 | 2 | 35 | 2F | 3A | 24 | 27 |
| Octal | 210 | 205 | 100 | 0 | 2 | 65 | 57 | 72 | 44 | 47 |
| Binary | 10001000 | 10000101 | 1000000 | 0 | 10 | 110101 | 101111 | 111010 | 100100 | 100111 |
Color Harmonies of #888540
Complementary color
Monochromatic Colors of #888540
Black with #888540
Text Example
Text Example
White with #888540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888540; }
p { color: rgb(136,133,64); }
H1.HeaderClassName
{
color: #888540;
}
.AnyTagClassName
{
color: #888540;
}
</style>
background-color css
<style>
a { background-color: #888540; }
a { background-color: rgb(136,133,64); }
div.DivClassName
{
background-color: #888540;
}
.BgClassName
{
background-color: #888540;
}
</style>
border-color css
<style>
span { border-color: #888540; }
span { border-color: rgb(136,133,64); }
td.TdClassName
{
border-color: #888540;
}
.TagClassName
{
border-color: #888540;
}
</style>