#937C52

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

Shades of Muesli #937C52

Tints of Muesli #937C52

Color information

#937C52 (or 0x937C52) is unknown color: approx Muesli. HEX triplet: 93, 7C and 52. RGB value is (147,124,82). Sum of RGB (Red+Green+Blue) = 147+124+82=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #937C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C52 is #6C83AD. Grayscale: #7E7E7E. Windows color (decimal): -7111598 or 5405843. OLE color: 5405843.

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

Color convert

RGB14712482-
CMYK00.160.440.42
HSL38.77º28.38%44.9%-
HSV(B)38.77º44.22%57.65%-
XYZ20.7621.2310.99-
YUV126.09103.12142.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=41.64%
G=35.13%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471248200.160.440.4238.7728.3844.9
Hex937C520102C2A271c2d
Octal2231741220205452473455
Binary100100111111100101001001000010110010101010011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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