#8E7C31

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

Shades of Lemon Ginger #8E7C31

Tints of Lemon Ginger #8E7C31

Color information

#8E7C31 (or 0x8E7C31) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 7C and 31. RGB value is (142,124,49). Sum of RGB (Red+Green+Blue) = 142+124+49=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7C31 is #7183CE. Grayscale: #797979. Windows color (decimal): -7439311 or 3243150. OLE color: 3243150.

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

Color convert

RGB14212449-
CMYK00.130.650.44
HSL48.39º48.69%37.45%-
HSV(B)48.39º65.49%55.69%-
XYZ18.9220.395.84-
YUV120.8387.46143.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=45.08%
G=39.37%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421244900.130.650.4448.3948.6937.45
Hex8E7C310D412C303125
Octal2161746101510154606145
Binary100011101111100110001011011000001101100110000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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