#8E812C

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

Shades of Lemon Ginger #8E812C

Tints of Lemon Ginger #8E812C

Color information

#8E812C (or 0x8E812C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 81 and 2C. RGB value is (142,129,44). Sum of RGB (Red+Green+Blue) = 142+129+44=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E812C is #717ED3. Grayscale: #7B7B7B. Windows color (decimal): -7438036 or 2916750. OLE color: 2916750.

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

Color convert

RGB14212944-
CMYK00.090.690.44
HSL52.04º52.69%36.47%-
HSV(B)52.04º69.01%55.69%-
XYZ19.4621.635.53-
YUV123.283.31141.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=45.08%
G=40.95%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421294400.090.690.4452.0452.6936.47
Hex8E812C09452C343524
Octal2162015401110554646544
Binary1000111010000001101100010011000101101100110100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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