Shades of Highball #8C8B31
Tints of Highball #8C8B31
RGB
CMYK
RGB Variations
Color information
#8C8B31 (or 0x8C8B31) is known color: Highball. HEX triplet: 8C, 8B and 31. RGB value is (140,139,49). Sum of RGB (Red+Green+Blue) = 140+139+49=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8B31 is #7374CE. Grayscale: #818181. Windows color (decimal): -7566543 or 3246988. OLE color: 3246988.
HSL color Cylindrical-coordinate representation of color #8C8B31: hue angle of 59.34º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C8B31 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 49 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.45 |
| HSL | 59.34º | 0.48% | 0.37% | - |
| HSV(B) | 59.34º | 0.65% | 0.55% | - |
| XYZ | 20.6 | 24.26 | 6.5 | - |
| YUV | 129.04 | 82.83 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 49 | 0 | 0.01 | 0.65 | 0.45 | 59.34 | 0.48 | 0.37 |
| Hex | 8C | 8B | 31 | 0 | 1 | 41 | 2D | 3B | 30 | 25 |
| Octal | 214 | 213 | 61 | 0 | 1 | 101 | 55 | 73 | 60 | 45 |
| Binary | 10001100 | 10001011 | 110001 | 0 | 1 | 1000001 | 101101 | 111011 | 110000 | 100101 |
Color Harmonies of #8C8B31
Complementary color
Monochromatic Colors of #8C8B31
Black with #8C8B31
Text Example
Text Example
White with #8C8B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B31; }
p { color: rgb(140,139,49); }
H1.HeaderClassName
{
color: #8C8B31;
}
.AnyTagClassName
{
color: #8C8B31;
}
</style>
background-color css
<style>
a { background-color: #8C8B31; }
a { background-color: rgb(140,139,49); }
div.DivClassName
{
background-color: #8C8B31;
}
.BgClassName
{
background-color: #8C8B31;
}
</style>
border-color css
<style>
span { border-color: #8C8B31; }
span { border-color: rgb(140,139,49); }
td.TdClassName
{
border-color: #8C8B31;
}
.TagClassName
{
border-color: #8C8B31;
}
</style>