Shades of Highball #888331
Tints of Highball #888331
RGB
CMYK
RGB Variations
Color information
#888331 (or 0x888331) is known color: Highball. HEX triplet: 88, 83 and 31. RGB value is (136,131,49). Sum of RGB (Red+Green+Blue) = 136+131+49=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #888331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888331 is #777CCE. Grayscale: #7B7B7B. Windows color (decimal): -7830735 or 3244936. OLE color: 3244936.
HSL color Cylindrical-coordinate representation of color #888331: hue angle of 56.55º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #888331 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 49 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.47 |
| HSL | 56.55º | 0.47% | 0.36% | - |
| HSV(B) | 56.55º | 0.64% | 0.53% | - |
| XYZ | 18.82 | 21.69 | 6.1 | - |
| YUV | 123.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 49 | 0 | 0.04 | 0.64 | 0.47 | 56.55 | 0.47 | 0.36 |
| Hex | 88 | 83 | 31 | 0 | 4 | 40 | 2F | 39 | 2F | 24 |
| Octal | 210 | 203 | 61 | 0 | 4 | 100 | 57 | 71 | 57 | 44 |
| Binary | 10001000 | 10000011 | 110001 | 0 | 100 | 1000000 | 101111 | 111001 | 101111 | 100100 |
Color Harmonies of #888331
Complementary color
Monochromatic Colors of #888331
Black with #888331
Text Example
Text Example
White with #888331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888331; }
p { color: rgb(136,131,49); }
H1.HeaderClassName
{
color: #888331;
}
.AnyTagClassName
{
color: #888331;
}
</style>
background-color css
<style>
a { background-color: #888331; }
a { background-color: rgb(136,131,49); }
div.DivClassName
{
background-color: #888331;
}
.BgClassName
{
background-color: #888331;
}
</style>
border-color css
<style>
span { border-color: #888331; }
span { border-color: rgb(136,131,49); }
td.TdClassName
{
border-color: #888331;
}
.TagClassName
{
border-color: #888331;
}
</style>