#8D8220

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

Shades of Lemon Ginger #8D8220

Tints of Lemon Ginger #8D8220

Color information

#8D8220 (or 0x8D8220) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 82 and 20. RGB value is (141,130,32). Sum of RGB (Red+Green+Blue) = 141+130+32=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8220 is #727DDF. Grayscale: #7A7A7A. Windows color (decimal): -7503328 or 2130573. OLE color: 2130573.

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

Color convert

RGB14113032-
CMYK00.080.770.45
HSL53.94º63.01%33.92%-
HSV(B)53.94º77.3%55.29%-
XYZ19.2321.734.55-
YUV122.1277.14141.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 32 (12.89% from 255) = 10.56%
R=46.53%
G=42.90%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411303200.080.770.4553.9463.0133.92
Hex8D8220084D2D363f22
Octal2152024001011555667742
Binary1000110110000010100000010001001101101101110110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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