#8D872A

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

Shades of Lemon Ginger #8D872A

Tints of Lemon Ginger #8D872A

Color information

#8D872A (or 0x8D872A) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 2A. RGB value is (141,135,42). Sum of RGB (Red+Green+Blue) = 141+135+42=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D872A is #7278D5. Grayscale: #7E7E7E. Windows color (decimal): -7502038 or 2787213. OLE color: 2787213.

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

Color convert

RGB14113542-
CMYK00.040.700.45
HSL56.36º54.1%35.88%-
HSV(B)56.36º70.21%55.29%-
XYZ20.0723.165.6-
YUV126.1980.49138.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=44.34%
G=42.45%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411354200.040.700.4556.3654.135.88
Hex8D872A04462D383624
Octal215207520410655706644
Binary100011011000011110101001001000110101101111000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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