#8D8520

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

Shades of Lemon Ginger #8D8520

Tints of Lemon Ginger #8D8520

Color information

#8D8520 (or 0x8D8520) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 85 and 20. RGB value is (141,133,32). Sum of RGB (Red+Green+Blue) = 141+133+32=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8520 is #727ADF. Grayscale: #7C7C7C. Windows color (decimal): -7502560 or 2131341. OLE color: 2131341.

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

Color convert

RGB14113332-
CMYK00.060.770.45
HSL55.6º63.01%33.92%-
HSV(B)55.6º77.3%55.29%-
XYZ19.6322.544.68-
YUV123.8876.15140.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.08%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=46.08%
G=43.46%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411333200.060.770.4555.663.0133.92
Hex8D8520064D2D383f22
Octal215205400611555707742
Binary100011011000010110000001101001101101101111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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