#8E812E

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

Shades of Lemon Ginger #8E812E

Tints of Lemon Ginger #8E812E

Color information

#8E812E (or 0x8E812E) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 81 and 2E. RGB value is (142,129,46). Sum of RGB (Red+Green+Blue) = 142+129+46=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E812E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E812E is #717ED1. Grayscale: #7B7B7B. Windows color (decimal): -7438034 or 3047822. OLE color: 3047822.

HSL color Cylindrical-coordinate representation of color #8E812E: hue angle of 51.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E812E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB14212946-
CMYK00.090.680.44
HSL51.88º51.06%36.86%-
HSV(B)51.88º67.61%55.69%-
XYZ19.521.655.74-
YUV123.4284.31141.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.79%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=44.79%
G=40.69%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421294600.090.680.4451.8851.0636.86
Hex8E812E09442C343325
Octal2162015601110454646345
Binary1000111010000001101110010011000100101100110100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,46); }

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

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

 a { background-color: rgb(142,129,46); }

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

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

 span { border-color: rgb(142,129,46); }

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