#937F2F

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

Shades of Lemon Ginger #937F2F

Tints of Lemon Ginger #937F2F

Color information

#937F2F (or 0x937F2F) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7F and 2F. RGB value is (147,127,47). Sum of RGB (Red+Green+Blue) = 147+127+47=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #937F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937F2F is #6C80D0. Grayscale: #7C7C7C. Windows color (decimal): -7110865 or 3112851. OLE color: 3112851.

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

Color convert

RGB14712747-
CMYK00.140.680.42
HSL48º51.55%38.04%-
HSV(B)48º68.03%57.65%-
XYZ20.1421.595.79-
YUV123.8684.63144.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=45.79%
G=39.56%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471274700.140.680.424851.5538.04
Hex937F2F0E442A303426
Octal2231775701610452606446
Binary100100111111111101111011101000100101010110000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,127,47); }

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

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

 a { background-color: rgb(147,127,47); }

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

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

 span { border-color: rgb(147,127,47); }

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