#938620

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

Shades of Lemon Ginger #938620

Tints of Lemon Ginger #938620

Color information

#938620 (or 0x938620) is unknown color: approx Lemon Ginger. HEX triplet: 93, 86 and 20. RGB value is (147,134,32). Sum of RGB (Red+Green+Blue) = 147+134+32=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #938620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938620 is #6C79DF. Grayscale: #7E7E7E. Windows color (decimal): -7109088 or 2131603. OLE color: 2131603.

HSL color Cylindrical-coordinate representation of color #938620: hue angle of 53.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #938620 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14713432-
CMYK00.090.780.42
HSL53.22º64.25%35.1%-
HSV(B)53.22º78.23%57.65%-
XYZ20.8223.364.78-
YUV126.2674.81142.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=46.96%
G=42.81%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471343200.090.780.4253.2264.2535.1
Hex938620094E2A354023
Octal22320640011116526510043
Binary10010011100001101000000100110011101010101101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938620; }

 p { color: rgb(147,134,32); }

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

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

 a { background-color: rgb(147,134,32); }

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

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

 span { border-color: rgb(147,134,32); }

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