#8D812A

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

Shades of Lemon Ginger #8D812A

Tints of Lemon Ginger #8D812A

Color information

#8D812A (or 0x8D812A) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 81 and 2A. RGB value is (141,129,42). Sum of RGB (Red+Green+Blue) = 141+129+42=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D812A is #727ED5. Grayscale: #7B7B7B. Windows color (decimal): -7503574 or 2785677. OLE color: 2785677.

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

Color convert

RGB14112942-
CMYK00.090.700.45
HSL52.73º54.1%35.88%-
HSV(B)52.73º70.21%55.29%-
XYZ19.2521.535.33-
YUV122.6782.48141.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.19%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=45.19%
G=41.35%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411294200.090.700.4552.7354.135.88
Hex8D812A09462D353624
Octal2152015201110655656644
Binary1000110110000001101010010011000110101101110101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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