#8D881E

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

Shades of Lemon Ginger #8D881E

Tints of Lemon Ginger #8D881E

Color information

#8D881E (or 0x8D881E) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 88 and 1E. RGB value is (141,136,30). Sum of RGB (Red+Green+Blue) = 141+136+30=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D881E is #7277E1. Grayscale: #7D7D7D. Windows color (decimal): -7501794 or 2001037. OLE color: 2001037.

HSL color Cylindrical-coordinate representation of color #8D881E: hue angle of 57.3º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D881E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14113630-
CMYK00.040.790.45
HSL57.3º64.91%33.53%-
HSV(B)57.3º78.72%55.29%-
XYZ20.0223.364.68-
YUV125.4174.16139.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.93%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 30 (12.11% from 255) = 9.77%
R=45.93%
G=44.30%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411363000.040.790.4557.364.9133.53
Hex8D881E044F2D394122
Octal2152103604117557110142
Binary100011011000100011110010010011111011011110011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D881E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,136,30); }

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

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

 a { background-color: rgb(141,136,30); }

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

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

 span { border-color: rgb(141,136,30); }

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