Shades of Highball #8C8538
Tints of Highball #8C8538
RGB
CMYK
RGB Variations
Color information
#8C8538 (or 0x8C8538) is known color: Highball. HEX triplet: 8C, 85 and 38. RGB value is (140,133,56). Sum of RGB (Red+Green+Blue) = 140+133+56=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8538 is #737AC7. Grayscale: #7E7E7E. Windows color (decimal): -7568072 or 3704204. OLE color: 3704204.
HSL color Cylindrical-coordinate representation of color #8C8538: hue angle of 55º 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 #8C8538 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 56 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.45 |
| HSL | 55º | 0.43% | 0.38% | - |
| HSV(B) | 55º | 0.6% | 0.55% | - |
| XYZ | 19.92 | 22.64 | 7.06 | - |
| YUV | 126.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 56 | 0 | 0.05 | 0.6 | 0.45 | 55 | 0.43 | 0.38 |
| Hex | 8C | 85 | 38 | 0 | 5 | 3C | 2D | 37 | 2B | 26 |
| Octal | 214 | 205 | 70 | 0 | 5 | 74 | 55 | 67 | 53 | 46 |
| Binary | 10001100 | 10000101 | 111000 | 0 | 101 | 111100 | 101101 | 110111 | 101011 | 100110 |
Color Harmonies of #8C8538
Complementary color
Monochromatic Colors of #8C8538
Black with #8C8538
Text Example
Text Example
White with #8C8538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8538; }
p { color: rgb(140,133,56); }
H1.HeaderClassName
{
color: #8C8538;
}
.AnyTagClassName
{
color: #8C8538;
}
</style>
background-color css
<style>
a { background-color: #8C8538; }
a { background-color: rgb(140,133,56); }
div.DivClassName
{
background-color: #8C8538;
}
.BgClassName
{
background-color: #8C8538;
}
</style>
border-color css
<style>
span { border-color: #8C8538; }
span { border-color: rgb(140,133,56); }
td.TdClassName
{
border-color: #8C8538;
}
.TagClassName
{
border-color: #8C8538;
}
</style>