#8D802A

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

Shades of Lemon Ginger #8D802A

Tints of Lemon Ginger #8D802A

Color information

#8D802A (or 0x8D802A) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 80 and 2A. RGB value is (141,128,42). Sum of RGB (Red+Green+Blue) = 141+128+42=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D802A is #727FD5. Grayscale: #7A7A7A. Windows color (decimal): -7503830 or 2785421. OLE color: 2785421.

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

Color convert

RGB14112842-
CMYK00.090.700.45
HSL52.12º54.1%35.88%-
HSV(B)52.12º70.21%55.29%-
XYZ19.1221.275.29-
YUV122.0882.81141.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=45.34%
G=41.16%
B=13.50%

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
Decimal1411284200.090.700.4552.1254.135.88
Hex8D802A09462D343624
Octal2152005201110655646644
Binary1000110110000000101010010011000110101101110100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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