#8D8218

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

Shades of Lemon Ginger #8D8218

Tints of Lemon Ginger #8D8218

Color information

#8D8218 (or 0x8D8218) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 82 and 18. RGB value is (141,130,24). Sum of RGB (Red+Green+Blue) = 141+130+24=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8218 is #727DE7. Grayscale: #797979. Windows color (decimal): -7503336 or 1606285. OLE color: 1606285.

HSL color Cylindrical-coordinate representation of color #8D8218: hue angle of 54.36º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D8218 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB14113024-
CMYK00.080.830.45
HSL54.36º70.91%32.35%-
HSV(B)54.36º82.98%55.29%-
XYZ19.1321.694.04-
YUV121.273.14142.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.80%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=47.80%
G=44.07%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411302400.080.830.4554.3670.9132.35
Hex8D821808532D364720
Octal21520230010123556610740
Binary1000110110000010110000100010100111011011101101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,24); }

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

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

 a { background-color: rgb(141,130,24); }

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

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

 span { border-color: rgb(141,130,24); }

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