#8E862E

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

Shades of Lemon Ginger #8E862E

Tints of Lemon Ginger #8E862E

Color information

#8E862E (or 0x8E862E) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 86 and 2E. RGB value is (142,134,46). Sum of RGB (Red+Green+Blue) = 142+134+46=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E862E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E862E is #7179D1. Grayscale: #7E7E7E. Windows color (decimal): -7436754 or 3049102. OLE color: 3049102.

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

Color convert

RGB14213446-
CMYK00.060.680.44
HSL55º51.06%36.86%-
HSV(B)55º67.61%55.69%-
XYZ20.17235.96-
YUV126.3682.65139.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=44.10%
G=41.61%
B=14.29%

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
Decimal1421344600.060.680.445551.0636.86
Hex8E862E06442C373325
Octal216206560610454676345
Binary100011101000011010111001101000100101100110111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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