#8E7C17

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

Shades of Lemon Ginger #8E7C17

Tints of Lemon Ginger #8E7C17

Color information

#8E7C17 (or 0x8E7C17) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7C and 17. RGB value is (142,124,23). Sum of RGB (Red+Green+Blue) = 142+124+23=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7C17 is #7183E8. Grayscale: #767676. Windows color (decimal): -7439337 or 1539214. OLE color: 1539214.

HSL color Cylindrical-coordinate representation of color #8E7C17: hue angle of 50.92º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E7C17 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB14212423-
CMYK00.130.840.44
HSL50.92º72.12%32.35%-
HSV(B)50.92º83.8%55.69%-
XYZ18.5220.233.74-
YUV117.8774.46145.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 23 (9.38% from 255) = 7.96%
R=49.13%
G=42.91%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421242300.130.840.4450.9272.1232.35
Hex8E7C170D542C334820
Octal21617427015124546311040
Binary100011101111100101110110110101001011001100111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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