#8E841F

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

Shades of Lemon Ginger #8E841F

Tints of Lemon Ginger #8E841F

Color information

#8E841F (or 0x8E841F) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 84 and 1F. RGB value is (142,132,31). Sum of RGB (Red+Green+Blue) = 142+132+31=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E841F is #717BE0. Grayscale: #7B7B7B. Windows color (decimal): -7437281 or 2065550. OLE color: 2065550.

HSL color Cylindrical-coordinate representation of color #8E841F: hue angle of 54.59º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E841F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB14213231-
CMYK00.070.780.44
HSL54.59º64.16%33.92%-
HSV(B)54.59º78.17%55.69%-
XYZ19.6522.354.57-
YUV123.4875.81141.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 31 (12.5% from 255) = 10.16%
R=46.56%
G=43.28%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421323100.070.780.4454.5964.1633.92
Hex8E841F074E2C374022
Octal2162043707116546710042
Binary100011101000010011111011110011101011001101111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,132,31); }

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

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

 a { background-color: rgb(142,132,31); }

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

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

 span { border-color: rgb(142,132,31); }

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