#8D882D

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

Shades of Lemon Ginger #8D882D

Tints of Lemon Ginger #8D882D

Color information

#8D882D (or 0x8D882D) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 88 and 2D. RGB value is (141,136,45). Sum of RGB (Red+Green+Blue) = 141+136+45=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D882D is #7277D2. Grayscale: #7F7F7F. Windows color (decimal): -7501779 or 2984077. OLE color: 2984077.

HSL color Cylindrical-coordinate representation of color #8D882D: hue angle of 56.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D882D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB14113645-
CMYK00.040.680.45
HSL56.88º51.61%36.47%-
HSV(B)56.88º68.09%55.29%-
XYZ20.2623.465.94-
YUV127.1281.66137.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=43.79%
G=42.24%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411364500.040.680.4556.8851.6136.47
Hex8D882D04442D393424
Octal215210550410455716444
Binary100011011000100010110101001000100101101111001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,136,45); }

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

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

 a { background-color: rgb(141,136,45); }

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

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

 span { border-color: rgb(141,136,45); }

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