Shades of Highball #8C8233
Tints of Highball #8C8233
RGB
CMYK
RGB Variations
Color information
#8C8233 (or 0x8C8233) is known color: Highball. HEX triplet: 8C, 82 and 33. RGB value is (140,130,51). Sum of RGB (Red+Green+Blue) = 140+130+51=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8233 is #737DCC. Grayscale: #7C7C7C. Windows color (decimal): -7568845 or 3375756. OLE color: 3375756.
HSL color Cylindrical-coordinate representation of color #8C8233: hue angle of 53.26º 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 #8C8233 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 51 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.45 |
| HSL | 53.26º | 0.47% | 0.37% | - |
| HSV(B) | 53.26º | 0.64% | 0.55% | - |
| XYZ | 19.4 | 21.78 | 6.31 | - |
| YUV | 123.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 51 | 0 | 0.07 | 0.64 | 0.45 | 53.26 | 0.47 | 0.37 |
| Hex | 8C | 82 | 33 | 0 | 7 | 40 | 2D | 35 | 2F | 25 |
| Octal | 214 | 202 | 63 | 0 | 7 | 100 | 55 | 65 | 57 | 45 |
| Binary | 10001100 | 10000010 | 110011 | 0 | 111 | 1000000 | 101101 | 110101 | 101111 | 100101 |
Color Harmonies of #8C8233
Complementary color
Monochromatic Colors of #8C8233
Black with #8C8233
Text Example
Text Example
White with #8C8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8233; }
p { color: rgb(140,130,51); }
H1.HeaderClassName
{
color: #8C8233;
}
.AnyTagClassName
{
color: #8C8233;
}
</style>
background-color css
<style>
a { background-color: #8C8233; }
a { background-color: rgb(140,130,51); }
div.DivClassName
{
background-color: #8C8233;
}
.BgClassName
{
background-color: #8C8233;
}
</style>
border-color css
<style>
span { border-color: #8C8233; }
span { border-color: rgb(140,130,51); }
td.TdClassName
{
border-color: #8C8233;
}
.TagClassName
{
border-color: #8C8233;
}
</style>