#938424

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

Shades of Lemon Ginger #938424

Tints of Lemon Ginger #938424

Color information

#938424 (or 0x938424) is unknown color: approx Lemon Ginger. HEX triplet: 93, 84 and 24. RGB value is (147,132,36). Sum of RGB (Red+Green+Blue) = 147+132+36=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #938424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938424 is #6C7BDB. Grayscale: #7D7D7D. Windows color (decimal): -7109596 or 2393235. OLE color: 2393235.

HSL color Cylindrical-coordinate representation of color #938424: hue angle of 51.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #938424 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB14713236-
CMYK00.100.760.42
HSL51.89º60.66%35.88%-
HSV(B)51.89º75.51%57.65%-
XYZ20.622.834.99-
YUV125.5477.47143.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=46.67%
G=41.90%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471323600.100.760.4251.8960.6635.88
Hex9384240A4C2A343d24
Octal2232044401211452647544
Binary1001001110000100100100010101001100101010110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938424; }

 p { color: rgb(147,132,36); }

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

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

 a { background-color: rgb(147,132,36); }

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

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

 span { border-color: rgb(147,132,36); }

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