Shades of Highball #888332
Tints of Highball #888332
RGB
CMYK
RGB Variations
Color information
#888332 (or 0x888332) is known color: Highball. HEX triplet: 88, 83 and 32. RGB value is (136,131,50). Sum of RGB (Red+Green+Blue) = 136+131+50=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #888332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888332 is #777CCD. Grayscale: #7B7B7B. Windows color (decimal): -7830734 or 3310472. OLE color: 3310472.
HSL color Cylindrical-coordinate representation of color #888332: hue angle of 56.51º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #888332 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 50 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.47 |
| HSL | 56.51º | 0.46% | 0.36% | - |
| HSV(B) | 56.51º | 0.63% | 0.53% | - |
| XYZ | 18.85 | 21.7 | 6.21 | - |
| YUV | 123.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 50 | 0 | 0.04 | 0.63 | 0.47 | 56.51 | 0.46 | 0.36 |
| Hex | 88 | 83 | 32 | 0 | 4 | 3F | 2F | 39 | 2E | 24 |
| Octal | 210 | 203 | 62 | 0 | 4 | 77 | 57 | 71 | 56 | 44 |
| Binary | 10001000 | 10000011 | 110010 | 0 | 100 | 111111 | 101111 | 111001 | 101110 | 100100 |
Color Harmonies of #888332
Complementary color
Monochromatic Colors of #888332
Black with #888332
Text Example
Text Example
White with #888332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888332; }
p { color: rgb(136,131,50); }
H1.HeaderClassName
{
color: #888332;
}
.AnyTagClassName
{
color: #888332;
}
</style>
background-color css
<style>
a { background-color: #888332; }
a { background-color: rgb(136,131,50); }
div.DivClassName
{
background-color: #888332;
}
.BgClassName
{
background-color: #888332;
}
</style>
border-color css
<style>
span { border-color: #888332; }
span { border-color: rgb(136,131,50); }
td.TdClassName
{
border-color: #888332;
}
.TagClassName
{
border-color: #888332;
}
</style>