#8E893F

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

Shades of Highball #8E893F

Tints of Highball #8E893F

Color information

#8E893F (or 0x8E893F) is unknown color: approx Highball. HEX triplet: 8E, 89 and 3F. RGB value is (142,137,63). Sum of RGB (Red+Green+Blue) = 142+137+63=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E893F is #7176C0. Grayscale: #828282. Windows color (decimal): -7435969 or 4163982. OLE color: 4163982.

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

Color convert

RGB14213763-
CMYK00.040.560.44
HSL56.2º38.54%40.2%-
HSV(B)56.2º55.63%55.69%-
XYZ21248.23-
YUV130.0690.16136.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 63 (25% from 255) = 18.42%
R=41.52%
G=40.06%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421376300.040.560.4456.238.5440.2
Hex8E893F04382C382728
Octal21621177047054704750
Binary10001110100010011111110100111000101100111000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,137,63); }

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

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

 a { background-color: rgb(142,137,63); }

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

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

 span { border-color: rgb(142,137,63); }

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