#937D5A

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

Shades of Muesli #937D5A

Tints of Muesli #937D5A

Color information

#937D5A (or 0x937D5A) is unknown color: approx Muesli. HEX triplet: 93, 7D and 5A. RGB value is (147,125,90). Sum of RGB (Red+Green+Blue) = 147+125+90=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #937D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D5A is #6C82A5. Grayscale: #7F7F7F. Windows color (decimal): -7111334 or 5930387. OLE color: 5930387.

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

Color convert

RGB14712590-
CMYK00.150.390.42
HSL36.84º24.05%46.47%-
HSV(B)36.84º38.78%57.65%-
XYZ21.2121.6112.73-
YUV127.59106.79141.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 90 (35.55% from 255) = 24.86%
R=40.61%
G=34.53%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471259000.150.390.4236.8424.0546.47
Hex937D5A0F272A25182e
Octal2231751320174752453056
Binary10010011111110110110100111110011110101010010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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