#8D822A

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

Shades of Lemon Ginger #8D822A

Tints of Lemon Ginger #8D822A

Color information

#8D822A (or 0x8D822A) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 82 and 2A. RGB value is (141,130,42). Sum of RGB (Red+Green+Blue) = 141+130+42=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D822A is #727DD5. Grayscale: #7B7B7B. Windows color (decimal): -7503318 or 2785933. OLE color: 2785933.

HSL color Cylindrical-coordinate representation of color #8D822A: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D822A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB14113042-
CMYK00.080.700.45
HSL53.33º54.1%35.88%-
HSV(B)53.33º70.21%55.29%-
XYZ19.3921.85.38-
YUV123.2682.14140.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.05%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=45.05%
G=41.53%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411304200.080.700.4553.3354.135.88
Hex8D822A08462D353624
Octal2152025201010655656644
Binary1000110110000010101010010001000110101101110101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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