#937D49

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

Shades of Muesli #937D49

Tints of Muesli #937D49

Color information

#937D49 (or 0x937D49) is unknown color: approx Muesli. HEX triplet: 93, 7D and 49. RGB value is (147,125,73). Sum of RGB (Red+Green+Blue) = 147+125+73=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #937D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D49 is #6C82B6. Grayscale: #7D7D7D. Windows color (decimal): -7111351 or 4816275. OLE color: 4816275.

HSL color Cylindrical-coordinate representation of color #937D49: hue angle of 42.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937D49 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14712573-
CMYK00.150.500.42
HSL42.16º33.64%43.14%-
HSV(B)42.16º50.34%57.65%-
XYZ20.5721.359.34-
YUV125.6598.29143.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=42.61%
G=36.23%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471257300.150.500.4242.1633.6443.14
Hex937D490F322A2a222b
Octal2231751110176252524253
Binary100100111111101100100101111110010101010101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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