#8E7D2F

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

Shades of Lemon Ginger #8E7D2F

Tints of Lemon Ginger #8E7D2F

Color information

#8E7D2F (or 0x8E7D2F) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7D and 2F. RGB value is (142,125,47). Sum of RGB (Red+Green+Blue) = 142+125+47=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D2F is #7182D0. Grayscale: #797979. Windows color (decimal): -7439057 or 3112334. OLE color: 3112334.

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

Color convert

RGB14212547-
CMYK00.120.670.44
HSL49.26º50.26%37.06%-
HSV(B)49.26º66.9%55.69%-
XYZ1920.625.67-
YUV121.1986.13142.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 125 (49.22% from 255) = 39.81%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=45.22%
G=39.81%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421254700.120.670.4449.2650.2637.06
Hex8E7D2F0C432C313225
Octal2161755701410354616245
Binary100011101111101101111011001000011101100110001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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