#937E31

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

Shades of Lemon Ginger #937E31

Tints of Lemon Ginger #937E31

Color information

#937E31 (or 0x937E31) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7E and 31. RGB value is (147,126,49). Sum of RGB (Red+Green+Blue) = 147+126+49=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #937E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937E31 is #6C81CE. Grayscale: #7B7B7B. Windows color (decimal): -7111119 or 3243667. OLE color: 3243667.

HSL color Cylindrical-coordinate representation of color #937E31: hue angle of 47.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #937E31 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14712649-
CMYK00.140.670.42
HSL47.14º50%38.43%-
HSV(B)47.14º66.67%57.65%-
XYZ20.0521.355.97-
YUV123.585.96144.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=45.65%
G=39.13%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471264900.140.670.4247.145038.43
Hex937E310E432A2f3226
Octal2231766101610352576246
Binary100100111111110110001011101000011101010101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E31; }

 p { color: rgb(147,126,49); }

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

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

 a { background-color: rgb(147,126,49); }

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

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

 span { border-color: rgb(147,126,49); }

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