Shades of Highball #888544
Tints of Highball #888544
RGB
CMYK
RGB Variations
Color information
#888544 (or 0x888544) is known color: Highball. HEX triplet: 88, 85 and 44. RGB value is (136,133,68). Sum of RGB (Red+Green+Blue) = 136+133+68=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #888544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888544 is #777ABB. Grayscale: #7E7E7E. Windows color (decimal): -7830204 or 4490632. OLE color: 4490632.
HSL color Cylindrical-coordinate representation of color #888544: hue angle of 57.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #888544 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 133 | 68 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.47 |
| HSL | 57.35º | 0.33% | 0.4% | - |
| HSV(B) | 57.35º | 0.5% | 0.53% | - |
| XYZ | 19.58 | 22.43 | 8.77 | - |
| YUV | 126.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 68 | 0 | 0.02 | 0.50 | 0.47 | 57.35 | 0.33 | 0.4 |
| Hex | 88 | 85 | 44 | 0 | 2 | 32 | 2F | 39 | 21 | 28 |
| Octal | 210 | 205 | 104 | 0 | 2 | 62 | 57 | 71 | 41 | 50 |
| Binary | 10001000 | 10000101 | 1000100 | 0 | 10 | 110010 | 101111 | 111001 | 100001 | 101000 |
Color Harmonies of #888544
Complementary color
Monochromatic Colors of #888544
Black with #888544
Text Example
Text Example
White with #888544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888544; }
p { color: rgb(136,133,68); }
H1.HeaderClassName
{
color: #888544;
}
.AnyTagClassName
{
color: #888544;
}
</style>
background-color css
<style>
a { background-color: #888544; }
a { background-color: rgb(136,133,68); }
div.DivClassName
{
background-color: #888544;
}
.BgClassName
{
background-color: #888544;
}
</style>
border-color css
<style>
span { border-color: #888544; }
span { border-color: rgb(136,133,68); }
td.TdClassName
{
border-color: #888544;
}
.TagClassName
{
border-color: #888544;
}
</style>