#8E7E1C

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

Shades of Lemon Ginger #8E7E1C

Tints of Lemon Ginger #8E7E1C

Color information

#8E7E1C (or 0x8E7E1C) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7E and 1C. RGB value is (142,126,28). Sum of RGB (Red+Green+Blue) = 142+126+28=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7E1C is #7181E3. Grayscale: #787878. Windows color (decimal): -7438820 or 1867406. OLE color: 1867406.

HSL color Cylindrical-coordinate representation of color #8E7E1C: hue angle of 51.58º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E7E1C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14212628-
CMYK00.110.800.44
HSL51.58º67.06%33.33%-
HSV(B)51.58º80.28%55.69%-
XYZ18.8320.764.11-
YUV119.6176.3143.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.97%
GREEN value IS 126 (49.61% from 255) = 42.57%
BLUE value IS 28 (11.33% from 255) = 9.46%
R=47.97%
G=42.57%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421262800.110.800.4451.5867.0633.33
Hex8E7E1C0B502C344321
Octal21617634013120546410341
Binary100011101111110111000101110100001011001101001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,28); }

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

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

 a { background-color: rgb(142,126,28); }

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

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

 span { border-color: rgb(142,126,28); }

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