#8E884E

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

Shades of Highball #8E884E

Tints of Highball #8E884E

Color information

#8E884E (or 0x8E884E) is unknown color: approx Highball. HEX triplet: 8E, 88 and 4E. RGB value is (142,136,78). Sum of RGB (Red+Green+Blue) = 142+136+78=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E884E is #7177B1. Grayscale: #838383. Windows color (decimal): -7436210 or 5146766. OLE color: 5146766.

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

Color convert

RGB14213678-
CMYK00.040.450.44
HSL54.38º29.09%43.14%-
HSV(B)54.38º45.07%55.69%-
XYZ21.3323.9110.7-
YUV131.1897.99135.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=39.89%
G=38.20%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421367800.040.450.4454.3829.0943.14
Hex8E884E042D2C361d2b
Octal216210116045554663553
Binary10001110100010001001110010010110110110011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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