#8E852D

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

Shades of Lemon Ginger #8E852D

Tints of Lemon Ginger #8E852D

Color information

#8E852D (or 0x8E852D) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 85 and 2D. RGB value is (142,133,45). Sum of RGB (Red+Green+Blue) = 142+133+45=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E852D is #717AD2. Grayscale: #7E7E7E. Windows color (decimal): -7437011 or 2983310. OLE color: 2983310.

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

Color convert

RGB14213345-
CMYK00.060.680.44
HSL54.43º51.87%36.67%-
HSV(B)54.43º68.31%55.69%-
XYZ20.0222.725.81-
YUV125.6682.48139.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=44.38%
G=41.56%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421334500.060.680.4454.4351.8736.67
Hex8E852D06442C363425
Octal216205550610454666445
Binary100011101000010110110101101000100101100110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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