#937D1F

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

Shades of Lemon Ginger #937D1F

Tints of Lemon Ginger #937D1F

Color information

#937D1F (or 0x937D1F) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7D and 1F. RGB value is (147,125,31). Sum of RGB (Red+Green+Blue) = 147+125+31=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #937D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D1F is #6C82E0. Grayscale: #797979. Windows color (decimal): -7111393 or 2063763. OLE color: 2063763.

HSL color Cylindrical-coordinate representation of color #937D1F: hue angle of 48.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #937D1F is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14712531-
CMYK00.150.790.42
HSL48.62º65.17%34.9%-
HSV(B)48.62º78.91%57.65%-
XYZ19.6120.974.31-
YUV120.8677.29146.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=48.51%
G=41.25%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471253100.150.790.4248.6265.1734.9
Hex937D1F0F4F2A314123
Octal22317537017117526110143
Binary100100111111101111110111110011111010101100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,31); }

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

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

 a { background-color: rgb(147,125,31); }

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

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

 span { border-color: rgb(147,125,31); }

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