#8E882D

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

Shades of Lemon Ginger #8E882D

Tints of Lemon Ginger #8E882D

Color information

#8E882D (or 0x8E882D) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 88 and 2D. RGB value is (142,136,45). Sum of RGB (Red+Green+Blue) = 142+136+45=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E882D is #7177D2. Grayscale: #7F7F7F. Windows color (decimal): -7436243 or 2984078. OLE color: 2984078.

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

Color convert

RGB14213645-
CMYK00.040.680.44
HSL56.29º51.87%36.67%-
HSV(B)56.29º68.31%55.69%-
XYZ20.4323.555.95-
YUV127.4281.49138.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=43.96%
G=42.11%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421364500.040.680.4456.2951.8736.67
Hex8E882D04442C383425
Octal216210550410454706445
Binary100011101000100010110101001000100101100111000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,45); }

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

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

 a { background-color: rgb(142,136,45); }

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

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

 span { border-color: rgb(142,136,45); }

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