#8D7C20

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

Shades of Lemon Ginger #8D7C20

Tints of Lemon Ginger #8D7C20

Color information

#8D7C20 (or 0x8D7C20) is unknown color: approx Lemon Ginger. HEX triplet: 8D, 7C and 20. RGB value is (141,124,32). Sum of RGB (Red+Green+Blue) = 141+124+32=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7C20 is #7283DF. Grayscale: #767676. Windows color (decimal): -7504864 or 2129037. OLE color: 2129037.

HSL color Cylindrical-coordinate representation of color #8D7C20: hue angle of 50.64º degrees, saturation: 0.63, 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 #8D7C20 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB14112432-
CMYK00.120.770.45
HSL50.64º63.01%33.92%-
HSV(B)50.64º77.3%55.29%-
XYZ18.4520.184.29-
YUV118.679.13143.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.47%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 32 (12.89% from 255) = 10.77%
R=47.47%
G=41.75%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411243200.120.770.4550.6463.0133.92
Hex8D7C200C4D2D333f22
Octal2151744001411555637742
Binary100011011111100100000011001001101101101110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,124,32); }

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

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

 a { background-color: rgb(141,124,32); }

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

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

 span { border-color: rgb(141,124,32); }

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