#937C4C

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

Shades of Muesli #937C4C

Tints of Muesli #937C4C

Color information

#937C4C (or 0x937C4C) is unknown color: approx Muesli. HEX triplet: 93, 7C and 4C. RGB value is (147,124,76). Sum of RGB (Red+Green+Blue) = 147+124+76=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #937C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937C4C is #6C83B3. Grayscale: #7D7D7D. Windows color (decimal): -7111604 or 5012627. OLE color: 5012627.

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

Color convert

RGB14712476-
CMYK00.160.480.42
HSL40.56º31.84%43.73%-
HSV(B)40.56º48.3%57.65%-
XYZ20.5421.149.84-
YUV125.4100.12143.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=42.36%
G=35.73%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471247600.160.480.4240.5631.8443.73
Hex937C4C010302A29202c
Octal2231741140206052514054
Binary1001001111111001001100010000110000101010101001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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