#8E7C2C

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

Shades of Lemon Ginger #8E7C2C

Tints of Lemon Ginger #8E7C2C

Color information

#8E7C2C (or 0x8E7C2C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7C and 2C. RGB value is (142,124,44). Sum of RGB (Red+Green+Blue) = 142+124+44=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7C2C is #7183D3. Grayscale: #787878. Windows color (decimal): -7439316 or 2915470. OLE color: 2915470.

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

Color convert

RGB14212444-
CMYK00.130.690.44
HSL48.98º52.69%36.47%-
HSV(B)48.98º69.01%55.69%-
XYZ18.8220.355.32-
YUV120.2684.96143.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.81%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=45.81%
G=40%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421244400.130.690.4448.9852.6936.47
Hex8E7C2C0D452C313524
Octal2161745401510554616544
Binary100011101111100101100011011000101101100110001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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