#8E8840

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

Shades of Highball #8E8840

Tints of Highball #8E8840

Color information

#8E8840 (or 0x8E8840) is unknown color: approx Highball. HEX triplet: 8E, 88 and 40. RGB value is (142,136,64). Sum of RGB (Red+Green+Blue) = 142+136+64=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8840 is #7177BF. Grayscale: #818181. Windows color (decimal): -7436224 or 4229262. OLE color: 4229262.

HSL color Cylindrical-coordinate representation of color #8E8840: hue angle of 55.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E8840 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB14213664-
CMYK00.040.550.44
HSL55.38º37.86%40.39%-
HSV(B)55.38º54.93%55.69%-
XYZ20.8823.738.33-
YUV129.5990.99136.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=41.52%
G=39.77%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421366400.040.550.4455.3837.8640.39
Hex8E884004372C372628
Octal216210100046754674650
Binary100011101000100010000000100110111101100110111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,64); }

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

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

 a { background-color: rgb(142,136,64); }

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

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

 span { border-color: rgb(142,136,64); }

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