#8E832E

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

Shades of Lemon Ginger #8E832E

Tints of Lemon Ginger #8E832E

Color information

#8E832E (or 0x8E832E) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 83 and 2E. RGB value is (142,131,46). Sum of RGB (Red+Green+Blue) = 142+131+46=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E832E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E832E is #717CD1. Grayscale: #7C7C7C. Windows color (decimal): -7437522 or 3048334. OLE color: 3048334.

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

Color convert

RGB14213146-
CMYK00.080.680.44
HSL53.12º51.06%36.86%-
HSV(B)53.12º67.61%55.69%-
XYZ19.7622.185.82-
YUV124.683.64140.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=44.51%
G=41.07%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421314600.080.680.4453.1251.0636.86
Hex8E832E08442C353325
Octal2162035601010454656345
Binary1000111010000011101110010001000100101100110101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,46); }

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

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

 a { background-color: rgb(142,131,46); }

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

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

 span { border-color: rgb(142,131,46); }

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