Shades of Highball #8A873D
Tints of Highball #8A873D
RGB
CMYK
RGB Variations
Color information
#8A873D (or 0x8A873D) is known color: Highball. HEX triplet: 8A, 87 and 3D. RGB value is (138,135,61). Sum of RGB (Red+Green+Blue) = 138+135+61=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A873D is #7578C2. Grayscale: #7F7F7F. Windows color (decimal): -7698627 or 4032394. OLE color: 4032394.
HSL color Cylindrical-coordinate representation of color #8A873D: hue angle of 57.66º 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 #8A873D is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 61 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.46 |
| HSL | 57.66º | 0.39% | 0.39% | - |
| HSV(B) | 57.66º | 0.56% | 0.54% | - |
| XYZ | 19.99 | 23.07 | 7.81 | - |
| YUV | 127.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 61 | 0 | 0.02 | 0.56 | 0.46 | 57.66 | 0.39 | 0.39 |
| Hex | 8A | 87 | 3D | 0 | 2 | 38 | 2E | 3A | 27 | 27 |
| Octal | 212 | 207 | 75 | 0 | 2 | 70 | 56 | 72 | 47 | 47 |
| Binary | 10001010 | 10000111 | 111101 | 0 | 10 | 111000 | 101110 | 111010 | 100111 | 100111 |
Color Harmonies of #8A873D
Complementary color
Monochromatic Colors of #8A873D
Black with #8A873D
Text Example
Text Example
White with #8A873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A873D; }
p { color: rgb(138,135,61); }
H1.HeaderClassName
{
color: #8A873D;
}
.AnyTagClassName
{
color: #8A873D;
}
</style>
background-color css
<style>
a { background-color: #8A873D; }
a { background-color: rgb(138,135,61); }
div.DivClassName
{
background-color: #8A873D;
}
.BgClassName
{
background-color: #8A873D;
}
</style>
border-color css
<style>
span { border-color: #8A873D; }
span { border-color: rgb(138,135,61); }
td.TdClassName
{
border-color: #8A873D;
}
.TagClassName
{
border-color: #8A873D;
}
</style>