#938232

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

Shades of Lemon Ginger #938232

Tints of Lemon Ginger #938232

Color information

#938232 (or 0x938232) is unknown color: approx Lemon Ginger. HEX triplet: 93, 82 and 32. RGB value is (147,130,50). Sum of RGB (Red+Green+Blue) = 147+130+50=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #938232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938232 is #6C7DCD. Grayscale: #7E7E7E. Windows color (decimal): -7110094 or 3310227. OLE color: 3310227.

HSL color Cylindrical-coordinate representation of color #938232: hue angle of 49.48º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #938232 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB14713050-
CMYK00.120.660.42
HSL49.48º49.24%38.63%-
HSV(B)49.48º65.99%57.65%-
XYZ20.5922.46.26-
YUV125.9685.13143-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=44.95%
G=39.76%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471305000.120.660.4249.4849.2438.63
Hex9382320C422A313127
Octal2232026201410252616147
Binary1001001110000010110010011001000010101010110001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938232; }

 p { color: rgb(147,130,50); }

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

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

 a { background-color: rgb(147,130,50); }

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

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

 span { border-color: rgb(147,130,50); }

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