#937C42

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

Shades of Muesli #937C42

Tints of Muesli #937C42

Color information

#937C42 (or 0x937C42) is unknown color: approx Muesli. HEX triplet: 93, 7C and 42. RGB value is (147,124,66). Sum of RGB (Red+Green+Blue) = 147+124+66=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #937C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C42 is #6C83BD. Grayscale: #7C7C7C. Windows color (decimal): -7111614 or 4357267. OLE color: 4357267.

HSL color Cylindrical-coordinate representation of color #937C42: hue angle of 42.96º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #937C42 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14712466-
CMYK00.160.550.42
HSL42.96º38.03%41.76%-
HSV(B)42.96º55.1%57.65%-
XYZ20.2221.018.14-
YUV124.2695.12144.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=43.62%
G=36.80%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471246600.160.550.4242.9638.0341.76
Hex937C42010372A2b262a
Octal2231741020206752534652
Binary1001001111111001000010010000110111101010101011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,66); }

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

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

 a { background-color: rgb(147,124,66); }

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

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

 span { border-color: rgb(147,124,66); }

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