#8D8720

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

Shades of Lemon Ginger #8D8720

Tints of Lemon Ginger #8D8720

Color information

#8D8720 (or 0x8D8720) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 20. RGB value is (141,135,32). Sum of RGB (Red+Green+Blue) = 141+135+32=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8720 is #7278DF. Grayscale: #7D7D7D. Windows color (decimal): -7502048 or 2131853. OLE color: 2131853.

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

Color convert

RGB14113532-
CMYK00.040.770.45
HSL56.7º63.01%33.92%-
HSV(B)56.7º77.3%55.29%-
XYZ19.9123.094.77-
YUV125.0575.49139.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=45.78%
G=43.83%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411353200.040.770.4556.763.0133.92
Hex8D8720044D2D393f22
Octal215207400411555717742
Binary100011011000011110000001001001101101101111001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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