#8E7D2C

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

Shades of Lemon Ginger #8E7D2C

Tints of Lemon Ginger #8E7D2C

Color information

#8E7D2C (or 0x8E7D2C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7D and 2C. RGB value is (142,125,44). Sum of RGB (Red+Green+Blue) = 142+125+44=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D2C is #7182D3. Grayscale: #797979. Windows color (decimal): -7439060 or 2915726. OLE color: 2915726.

HSL color Cylindrical-coordinate representation of color #8E7D2C: hue angle of 49.59º 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 #8E7D2C is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB14212544-
CMYK00.120.690.44
HSL49.59º52.69%36.47%-
HSV(B)49.59º69.01%55.69%-
XYZ18.9420.65.36-
YUV120.8584.63143.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 125 (49.22% from 255) = 40.19%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=45.66%
G=40.19%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421254400.120.690.4449.5952.6936.47
Hex8E7D2C0C452C323524
Octal2161755401410554626544
Binary100011101111101101100011001000101101100110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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