#8D7E32

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

Shades of Lemon Ginger #8D7E32

Tints of Lemon Ginger #8D7E32

Color information

#8D7E32 (or 0x8D7E32) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7E and 32. RGB value is (141,126,50). Sum of RGB (Red+Green+Blue) = 141+126+50=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E32 is #7281CD. Grayscale: #7A7A7A. Windows color (decimal): -7504334 or 3309197. OLE color: 3309197.

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

Color convert

RGB14112650-
CMYK00.110.650.45
HSL50.11º47.64%37.45%-
HSV(B)50.11º64.54%55.29%-
XYZ19.0220.816.03-
YUV121.8287.47141.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=44.48%
G=39.75%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411265000.110.650.4550.1147.6437.45
Hex8D7E320B412D323025
Octal2151766201310155626045
Binary100011011111110110010010111000001101101110010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,126,50); }

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

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

 a { background-color: rgb(141,126,50); }

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

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

 span { border-color: rgb(141,126,50); }

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