#8D872F

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

Shades of Lemon Ginger #8D872F

Tints of Lemon Ginger #8D872F

Color information

#8D872F (or 0x8D872F) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 87 and 2F. RGB value is (141,135,47). Sum of RGB (Red+Green+Blue) = 141+135+47=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D872F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D872F is #7278D0. Grayscale: #7F7F7F. Windows color (decimal): -7502033 or 3114893. OLE color: 3114893.

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

Color convert

RGB14113547-
CMYK00.040.670.45
HSL56.17º50%36.86%-
HSV(B)56.17º66.67%55.29%-
XYZ20.1623.26.1-
YUV126.7682.99138.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.65%
GREEN value IS 135 (53.12% from 255) = 41.80%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=43.65%
G=41.80%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411354700.040.670.4556.175036.86
Hex8D872F04432D383225
Octal215207570410355706245
Binary100011011000011110111101001000011101101111000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D872F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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