#8E891C

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

Shades of Lemon Ginger #8E891C

Tints of Lemon Ginger #8E891C

Color information

#8E891C (or 0x8E891C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 89 and 1C. RGB value is (142,137,28). Sum of RGB (Red+Green+Blue) = 142+137+28=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E891C is #7176E3. Grayscale: #7E7E7E. Windows color (decimal): -7436004 or 1870222. OLE color: 1870222.

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

Color convert

RGB14213728-
CMYK00.040.800.44
HSL57.37º67.06%33.33%-
HSV(B)57.37º80.28%55.69%-
XYZ20.3123.734.61-
YUV126.0772.66139.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 28 (11.33% from 255) = 9.12%
R=46.25%
G=44.63%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421372800.040.800.4457.3767.0633.33
Hex8E891C04502C394321
Octal2162113404120547110341
Binary100011101000100111100010010100001011001110011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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