#8E8147

Color #8E8147 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #8E8147

Tints of Highball #8E8147

Color information

#8E8147 (or 0x8E8147) is unknown color: approx Highball. HEX triplet: 8E, 81 and 47. RGB value is (142,129,71). Sum of RGB (Red+Green+Blue) = 142+129+71=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8147 is #717EB8. Grayscale: #7E7E7E. Windows color (decimal): -7438009 or 4686222. OLE color: 4686222.

HSL color Cylindrical-coordinate representation of color #8E8147: hue angle of 49.01º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E8147 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB14212971-
CMYK00.090.50.44
HSL49.01º33.33%41.76%-
HSV(B)49.01º50%55.69%-
XYZ20.1421.919.13-
YUV126.2896.81139.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 71 (28.12% from 255) = 20.76%
R=41.52%
G=37.72%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421297100.090.50.4449.0133.3341.76
Hex8E814709322C31212a
Octal2162011070116254614152
Binary1000111010000001100011101001110010101100110001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8147; }

 p { color: rgb(142,129,71); }

 H1.HeaderClassName
 {
   color: #8E8147;
 }
 .AnyTagClassName
 {
   color: #8E8147;
 }
</style>
background-color css

<style>
 a { background-color: #8E8147; }

 a { background-color: rgb(142,129,71); }

 div.DivClassName
 {
   background-color: #8E8147;
 }
 .BgClassName
 {
   background-color: #8E8147;
 }
</style>
border-color css

<style>
 span { border-color: #8E8147; }

 span { border-color: rgb(142,129,71); }

 td.TdClassName
 {
   border-color: #8E8147;
 }
 .TagClassName
 {
   border-color: #8E8147;
 }
</style>