#8D841E

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

Shades of Lemon Ginger #8D841E

Tints of Lemon Ginger #8D841E

Color information

#8D841E (or 0x8D841E) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 84 and 1E. RGB value is (141,132,30). Sum of RGB (Red+Green+Blue) = 141+132+30=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D841E is #727BE1. Grayscale: #7B7B7B. Windows color (decimal): -7502818 or 2000013. OLE color: 2000013.

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

Color convert

RGB14113230-
CMYK00.060.790.45
HSL55.14º64.91%33.53%-
HSV(B)55.14º78.72%55.29%-
XYZ19.4722.264.5-
YUV123.0675.48140.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=46.53%
G=43.56%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411323000.060.790.4555.1464.9133.53
Hex8D841E064F2D374122
Octal2152043606117556710142
Binary100011011000010011110011010011111011011101111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D841E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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