#937D2C

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

Shades of Lemon Ginger #937D2C

Tints of Lemon Ginger #937D2C

Color information

#937D2C (or 0x937D2C) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7D and 2C. RGB value is (147,125,44). Sum of RGB (Red+Green+Blue) = 147+125+44=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #937D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D2C is #6C82D3. Grayscale: #7A7A7A. Windows color (decimal): -7111380 or 2915731. OLE color: 2915731.

HSL color Cylindrical-coordinate representation of color #937D2C: hue angle of 47.18º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #937D2C is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14712544-
CMYK00.150.700.42
HSL47.18º53.93%37.45%-
HSV(B)47.18º70.07%57.65%-
XYZ19.8221.055.4-
YUV122.3483.79145.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=46.52%
G=39.56%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471254400.150.700.4247.1853.9337.45
Hex937D2C0F462A2f3625
Octal2231755401710652576645
Binary100100111111101101100011111000110101010101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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