Shades of Highball #8C8333
Tints of Highball #8C8333
RGB
CMYK
RGB Variations
Color information
#8C8333 (or 0x8C8333) is known color: Highball. HEX triplet: 8C, 83 and 33. RGB value is (140,131,51). Sum of RGB (Red+Green+Blue) = 140+131+51=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8333 is #737CCC. Grayscale: #7C7C7C. Windows color (decimal): -7568589 or 3376012. OLE color: 3376012.
HSL color Cylindrical-coordinate representation of color #8C8333: hue angle of 53.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C8333 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 51 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.45 |
| HSL | 53.93º | 0.47% | 0.37% | - |
| HSV(B) | 53.93º | 0.64% | 0.55% | - |
| XYZ | 19.53 | 22.05 | 6.36 | - |
| YUV | 124.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 51 | 0 | 0.06 | 0.64 | 0.45 | 53.93 | 0.47 | 0.37 |
| Hex | 8C | 83 | 33 | 0 | 6 | 40 | 2D | 36 | 2F | 25 |
| Octal | 214 | 203 | 63 | 0 | 6 | 100 | 55 | 66 | 57 | 45 |
| Binary | 10001100 | 10000011 | 110011 | 0 | 110 | 1000000 | 101101 | 110110 | 101111 | 100101 |
Color Harmonies of #8C8333
Complementary color
Monochromatic Colors of #8C8333
Black with #8C8333
Text Example
Text Example
White with #8C8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8333; }
p { color: rgb(140,131,51); }
H1.HeaderClassName
{
color: #8C8333;
}
.AnyTagClassName
{
color: #8C8333;
}
</style>
background-color css
<style>
a { background-color: #8C8333; }
a { background-color: rgb(140,131,51); }
div.DivClassName
{
background-color: #8C8333;
}
.BgClassName
{
background-color: #8C8333;
}
</style>
border-color css
<style>
span { border-color: #8C8333; }
span { border-color: rgb(140,131,51); }
td.TdClassName
{
border-color: #8C8333;
}
.TagClassName
{
border-color: #8C8333;
}
</style>