#8D7E21

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

Shades of Lemon Ginger #8D7E21

Tints of Lemon Ginger #8D7E21

Color information

#8D7E21 (or 0x8D7E21) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7E and 21. RGB value is (141,126,33). Sum of RGB (Red+Green+Blue) = 141+126+33=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E21 is #7281DE. Grayscale: #787878. Windows color (decimal): -7504351 or 2195085. OLE color: 2195085.

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

Color convert

RGB14112633-
CMYK00.110.770.45
HSL51.67º62.07%34.12%-
HSV(B)51.67º76.6%55.29%-
XYZ18.7220.694.45-
YUV119.8878.97143.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 33 (13.28% from 255) = 11%
R=47%
G=42%
B=11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411263300.110.770.4551.6762.0734.12
Hex8D7E210B4D2D343e22
Octal2151764101311555647642
Binary100011011111110100001010111001101101101110100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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