#8E872E

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

Shades of Lemon Ginger #8E872E

Tints of Lemon Ginger #8E872E

Color information

#8E872E (or 0x8E872E) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 87 and 2E. RGB value is (142,135,46). Sum of RGB (Red+Green+Blue) = 142+135+46=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E872E is #7178D1. Grayscale: #7F7F7F. Windows color (decimal): -7436498 or 3049358. OLE color: 3049358.

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

Color convert

RGB14213546-
CMYK00.050.680.44
HSL55.62º51.06%36.86%-
HSV(B)55.62º67.61%55.69%-
XYZ20.3123.286.01-
YUV126.9582.32138.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=43.96%
G=41.80%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421354600.050.680.4455.6251.0636.86
Hex8E872E05442C383325
Octal216207560510454706345
Binary100011101000011110111001011000100101100111000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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