Shades of Highball #888432
Tints of Highball #888432
RGB
CMYK
RGB Variations
Color information
#888432 (or 0x888432) is known color: Highball. HEX triplet: 88, 84 and 32. RGB value is (136,132,50). Sum of RGB (Red+Green+Blue) = 136+132+50=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #888432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888432 is #777BCD. Grayscale: #7C7C7C. Windows color (decimal): -7830478 or 3310728. OLE color: 3310728.
HSL color Cylindrical-coordinate representation of color #888432: hue angle of 57.21º 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 #888432 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 132 | 50 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.47 |
| HSL | 57.21º | 0.46% | 0.36% | - |
| HSV(B) | 57.21º | 0.63% | 0.53% | - |
| XYZ | 18.98 | 21.97 | 6.26 | - |
| YUV | 123.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 50 | 0 | 0.03 | 0.63 | 0.47 | 57.21 | 0.46 | 0.36 |
| Hex | 88 | 84 | 32 | 0 | 3 | 3F | 2F | 39 | 2E | 24 |
| Octal | 210 | 204 | 62 | 0 | 3 | 77 | 57 | 71 | 56 | 44 |
| Binary | 10001000 | 10000100 | 110010 | 0 | 11 | 111111 | 101111 | 111001 | 101110 | 100100 |
Color Harmonies of #888432
Complementary color
Monochromatic Colors of #888432
Black with #888432
Text Example
Text Example
White with #888432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888432; }
p { color: rgb(136,132,50); }
H1.HeaderClassName
{
color: #888432;
}
.AnyTagClassName
{
color: #888432;
}
</style>
background-color css
<style>
a { background-color: #888432; }
a { background-color: rgb(136,132,50); }
div.DivClassName
{
background-color: #888432;
}
.BgClassName
{
background-color: #888432;
}
</style>
border-color css
<style>
span { border-color: #888432; }
span { border-color: rgb(136,132,50); }
td.TdClassName
{
border-color: #888432;
}
.TagClassName
{
border-color: #888432;
}
</style>