Shades of Highball #8C8B35
Tints of Highball #8C8B35
RGB
CMYK
RGB Variations
Color information
#8C8B35 (or 0x8C8B35) is known color: Highball. HEX triplet: 8C, 8B and 35. RGB value is (140,139,53). Sum of RGB (Red+Green+Blue) = 140+139+53=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8B35 is #7374CA. Grayscale: #818181. Windows color (decimal): -7566539 or 3509132. OLE color: 3509132.
HSL color Cylindrical-coordinate representation of color #8C8B35: hue angle of 59.31º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C8B35 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 139 | 53 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.45 |
| HSL | 59.31º | 0.45% | 0.38% | - |
| HSV(B) | 59.31º | 0.62% | 0.55% | - |
| XYZ | 20.69 | 24.3 | 6.97 | - |
| YUV | 129.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 53 | 0 | 0.01 | 0.62 | 0.45 | 59.31 | 0.45 | 0.38 |
| Hex | 8C | 8B | 35 | 0 | 1 | 3E | 2D | 3B | 2D | 26 |
| Octal | 214 | 213 | 65 | 0 | 1 | 76 | 55 | 73 | 55 | 46 |
| Binary | 10001100 | 10001011 | 110101 | 0 | 1 | 111110 | 101101 | 111011 | 101101 | 100110 |
Color Harmonies of #8C8B35
Complementary color
Monochromatic Colors of #8C8B35
Black with #8C8B35
Text Example
Text Example
White with #8C8B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B35; }
p { color: rgb(140,139,53); }
H1.HeaderClassName
{
color: #8C8B35;
}
.AnyTagClassName
{
color: #8C8B35;
}
</style>
background-color css
<style>
a { background-color: #8C8B35; }
a { background-color: rgb(140,139,53); }
div.DivClassName
{
background-color: #8C8B35;
}
.BgClassName
{
background-color: #8C8B35;
}
</style>
border-color css
<style>
span { border-color: #8C8B35; }
span { border-color: rgb(140,139,53); }
td.TdClassName
{
border-color: #8C8B35;
}
.TagClassName
{
border-color: #8C8B35;
}
</style>