#937D35

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

Shades of Lemon Ginger #937D35

Tints of Lemon Ginger #937D35

Color information

#937D35 (or 0x937D35) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7D and 35. RGB value is (147,125,53). Sum of RGB (Red+Green+Blue) = 147+125+53=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #937D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D35 is #6C82CA. Grayscale: #7B7B7B. Windows color (decimal): -7111371 or 3505555. OLE color: 3505555.

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

Color convert

RGB14712553-
CMYK00.150.640.42
HSL45.96º47%39.22%-
HSV(B)45.96º63.95%57.65%-
XYZ20.0121.136.39-
YUV123.3788.29144.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=45.23%
G=38.46%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471255300.150.640.4245.964739.22
Hex937D350F402A2e2f27
Octal2231756501710052565747
Binary100100111111101110101011111000000101010101110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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