#937D56

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

Shades of Muesli #937D56

Tints of Muesli #937D56

Color information

#937D56 (or 0x937D56) is unknown color: approx Muesli. HEX triplet: 93, 7D and 56. RGB value is (147,125,86). Sum of RGB (Red+Green+Blue) = 147+125+86=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #937D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D56 is #6C82A9. Grayscale: #7F7F7F. Windows color (decimal): -7111338 or 5668243. OLE color: 5668243.

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

Color convert

RGB14712586-
CMYK00.150.410.42
HSL38.36º26.18%45.69%-
HSV(B)38.36º41.5%57.65%-
XYZ21.0521.5411.85-
YUV127.13104.79142.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=41.06%
G=34.92%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471258600.150.410.4238.3626.1845.69
Hex937D560F292A261a2e
Octal2231751260175152463256
Binary10010011111110110101100111110100110101010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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