Shades of Highball #8C8438
Tints of Highball #8C8438
RGB
CMYK
RGB Variations
Color information
#8C8438 (or 0x8C8438) is known color: Highball. HEX triplet: 8C, 84 and 38. RGB value is (140,132,56). Sum of RGB (Red+Green+Blue) = 140+132+56=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8438 is #737BC7. Grayscale: #7E7E7E. Windows color (decimal): -7568328 or 3703948. OLE color: 3703948.
HSL color Cylindrical-coordinate representation of color #8C8438: hue angle of 54.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C8438 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 56 | - |
| CMYK | 0 | 0.06 | 0.6 | 0.45 |
| HSL | 54.29º | 0.43% | 0.38% | - |
| HSV(B) | 54.29º | 0.6% | 0.55% | - |
| XYZ | 19.78 | 22.36 | 7.02 | - |
| YUV | 125.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 56 | 0 | 0.06 | 0.6 | 0.45 | 54.29 | 0.43 | 0.38 |
| Hex | 8C | 84 | 38 | 0 | 6 | 3C | 2D | 36 | 2B | 26 |
| Octal | 214 | 204 | 70 | 0 | 6 | 74 | 55 | 66 | 53 | 46 |
| Binary | 10001100 | 10000100 | 111000 | 0 | 110 | 111100 | 101101 | 110110 | 101011 | 100110 |
Color Harmonies of #8C8438
Complementary color
Monochromatic Colors of #8C8438
Black with #8C8438
Text Example
Text Example
White with #8C8438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8438; }
p { color: rgb(140,132,56); }
H1.HeaderClassName
{
color: #8C8438;
}
.AnyTagClassName
{
color: #8C8438;
}
</style>
background-color css
<style>
a { background-color: #8C8438; }
a { background-color: rgb(140,132,56); }
div.DivClassName
{
background-color: #8C8438;
}
.BgClassName
{
background-color: #8C8438;
}
</style>
border-color css
<style>
span { border-color: #8C8438; }
span { border-color: rgb(140,132,56); }
td.TdClassName
{
border-color: #8C8438;
}
.TagClassName
{
border-color: #8C8438;
}
</style>