Shades of Highball #8A813B
Tints of Highball #8A813B
RGB
CMYK
RGB Variations
Color information
#8A813B (or 0x8A813B) is known color: Highball. HEX triplet: 8A, 81 and 3B. RGB value is (138,129,59). Sum of RGB (Red+Green+Blue) = 138+129+59=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A813B is #757EC4. Grayscale: #7B7B7B. Windows color (decimal): -7700165 or 3899786. OLE color: 3899786.
HSL color Cylindrical-coordinate representation of color #8A813B: hue angle of 53.16º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A813B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 59 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.46 |
| HSL | 53.16º | 0.4% | 0.39% | - |
| HSV(B) | 53.16º | 0.57% | 0.54% | - |
| XYZ | 19.12 | 21.42 | 7.26 | - |
| YUV | 123.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 59 | 0 | 0.07 | 0.57 | 0.46 | 53.16 | 0.4 | 0.39 |
| Hex | 8A | 81 | 3B | 0 | 7 | 39 | 2E | 35 | 28 | 27 |
| Octal | 212 | 201 | 73 | 0 | 7 | 71 | 56 | 65 | 50 | 47 |
| Binary | 10001010 | 10000001 | 111011 | 0 | 111 | 111001 | 101110 | 110101 | 101000 | 100111 |
Color Harmonies of #8A813B
Complementary color
Monochromatic Colors of #8A813B
Black with #8A813B
Text Example
Text Example
White with #8A813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A813B; }
p { color: rgb(138,129,59); }
H1.HeaderClassName
{
color: #8A813B;
}
.AnyTagClassName
{
color: #8A813B;
}
</style>
background-color css
<style>
a { background-color: #8A813B; }
a { background-color: rgb(138,129,59); }
div.DivClassName
{
background-color: #8A813B;
}
.BgClassName
{
background-color: #8A813B;
}
</style>
border-color css
<style>
span { border-color: #8A813B; }
span { border-color: rgb(138,129,59); }
td.TdClassName
{
border-color: #8A813B;
}
.TagClassName
{
border-color: #8A813B;
}
</style>