#937C4D

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

Shades of Muesli #937C4D

Tints of Muesli #937C4D

Color information

#937C4D (or 0x937C4D) is unknown color: approx Muesli. HEX triplet: 93, 7C and 4D. RGB value is (147,124,77). Sum of RGB (Red+Green+Blue) = 147+124+77=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #937C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C4D is #6C83B2. Grayscale: #7D7D7D. Windows color (decimal): -7111603 or 5078163. OLE color: 5078163.

HSL color Cylindrical-coordinate representation of color #937C4D: hue angle of 40.29º degrees, saturation: 0.31, 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 #937C4D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14712477-
CMYK00.160.480.42
HSL40.29º31.25%43.92%-
HSV(B)40.29º47.62%57.65%-
XYZ20.5821.1510.02-
YUV125.52100.62143.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=42.24%
G=35.63%
B=22.13%

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
Decimal1471247700.160.480.4240.2931.2543.92
Hex937C4D010302A281f2c
Octal2231741150206052503754
Binary100100111111100100110101000011000010101010100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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