Shades of Highball #8A813D
Tints of Highball #8A813D
RGB
CMYK
RGB Variations
Color information
#8A813D (or 0x8A813D) is known color: Highball. HEX triplet: 8A, 81 and 3D. RGB value is (138,129,61). Sum of RGB (Red+Green+Blue) = 138+129+61=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A813D is #757EC2. Grayscale: #7C7C7C. Windows color (decimal): -7700163 or 4030858. OLE color: 4030858.
HSL color Cylindrical-coordinate representation of color #8A813D: hue angle of 52.99º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A813D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 129 | 61 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.46 |
| HSL | 52.99º | 0.39% | 0.39% | - |
| HSV(B) | 52.99º | 0.56% | 0.54% | - |
| XYZ | 19.17 | 21.44 | 7.54 | - |
| YUV | 123.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 61 | 0 | 0.07 | 0.56 | 0.46 | 52.99 | 0.39 | 0.39 |
| Hex | 8A | 81 | 3D | 0 | 7 | 38 | 2E | 35 | 27 | 27 |
| Octal | 212 | 201 | 75 | 0 | 7 | 70 | 56 | 65 | 47 | 47 |
| Binary | 10001010 | 10000001 | 111101 | 0 | 111 | 111000 | 101110 | 110101 | 100111 | 100111 |
Color Harmonies of #8A813D
Complementary color
Monochromatic Colors of #8A813D
Black with #8A813D
Text Example
Text Example
White with #8A813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A813D; }
p { color: rgb(138,129,61); }
H1.HeaderClassName
{
color: #8A813D;
}
.AnyTagClassName
{
color: #8A813D;
}
</style>
background-color css
<style>
a { background-color: #8A813D; }
a { background-color: rgb(138,129,61); }
div.DivClassName
{
background-color: #8A813D;
}
.BgClassName
{
background-color: #8A813D;
}
</style>
border-color css
<style>
span { border-color: #8A813D; }
span { border-color: rgb(138,129,61); }
td.TdClassName
{
border-color: #8A813D;
}
.TagClassName
{
border-color: #8A813D;
}
</style>