Shades of Highball #8A883E
Tints of Highball #8A883E
RGB
CMYK
RGB Variations
Color information
#8A883E (or 0x8A883E) is known color: Highball. HEX triplet: 8A, 88 and 3E. RGB value is (138,136,62). Sum of RGB (Red+Green+Blue) = 138+136+62=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A883E is #7577C1. Grayscale: #808080. Windows color (decimal): -7698370 or 4098186. OLE color: 4098186.
HSL color Cylindrical-coordinate representation of color #8A883E: hue angle of 58.42º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A883E is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 62 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.46 |
| HSL | 58.42º | 0.38% | 0.39% | - |
| HSV(B) | 58.42º | 0.55% | 0.54% | - |
| XYZ | 20.15 | 23.36 | 8 | - |
| YUV | 128.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 62 | 0 | 0.01 | 0.55 | 0.46 | 58.42 | 0.38 | 0.39 |
| Hex | 8A | 88 | 3E | 0 | 1 | 37 | 2E | 3A | 26 | 27 |
| Octal | 212 | 210 | 76 | 0 | 1 | 67 | 56 | 72 | 46 | 47 |
| Binary | 10001010 | 10001000 | 111110 | 0 | 1 | 110111 | 101110 | 111010 | 100110 | 100111 |
Color Harmonies of #8A883E
Complementary color
Monochromatic Colors of #8A883E
Black with #8A883E
Text Example
Text Example
White with #8A883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A883E; }
p { color: rgb(138,136,62); }
H1.HeaderClassName
{
color: #8A883E;
}
.AnyTagClassName
{
color: #8A883E;
}
</style>
background-color css
<style>
a { background-color: #8A883E; }
a { background-color: rgb(138,136,62); }
div.DivClassName
{
background-color: #8A883E;
}
.BgClassName
{
background-color: #8A883E;
}
</style>
border-color css
<style>
span { border-color: #8A883E; }
span { border-color: rgb(138,136,62); }
td.TdClassName
{
border-color: #8A883E;
}
.TagClassName
{
border-color: #8A883E;
}
</style>