Shades of Highball #8A8340
Tints of Highball #8A8340
RGB
CMYK
RGB Variations
Color information
#8A8340 (or 0x8A8340) is known color: Highball. HEX triplet: 8A, 83 and 40. RGB value is (138,131,64). Sum of RGB (Red+Green+Blue) = 138+131+64=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8340 is #757CBF. Grayscale: #7D7D7D. Windows color (decimal): -7699648 or 4227978. OLE color: 4227978.
HSL color Cylindrical-coordinate representation of color #8A8340: hue angle of 54.32º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A8340 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 131 | 64 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.46 |
| HSL | 54.32º | 0.37% | 0.4% | - |
| HSV(B) | 54.32º | 0.54% | 0.54% | - |
| XYZ | 19.52 | 22.01 | 8.07 | - |
| YUV | 125.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 64 | 0 | 0.05 | 0.54 | 0.46 | 54.32 | 0.37 | 0.4 |
| Hex | 8A | 83 | 40 | 0 | 5 | 36 | 2E | 36 | 25 | 28 |
| Octal | 212 | 203 | 100 | 0 | 5 | 66 | 56 | 66 | 45 | 50 |
| Binary | 10001010 | 10000011 | 1000000 | 0 | 101 | 110110 | 101110 | 110110 | 100101 | 101000 |
Color Harmonies of #8A8340
Complementary color
Monochromatic Colors of #8A8340
Black with #8A8340
Text Example
Text Example
White with #8A8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8340; }
p { color: rgb(138,131,64); }
H1.HeaderClassName
{
color: #8A8340;
}
.AnyTagClassName
{
color: #8A8340;
}
</style>
background-color css
<style>
a { background-color: #8A8340; }
a { background-color: rgb(138,131,64); }
div.DivClassName
{
background-color: #8A8340;
}
.BgClassName
{
background-color: #8A8340;
}
</style>
border-color css
<style>
span { border-color: #8A8340; }
span { border-color: rgb(138,131,64); }
td.TdClassName
{
border-color: #8A8340;
}
.TagClassName
{
border-color: #8A8340;
}
</style>