#937E4C

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

Shades of Muesli #937E4C

Tints of Muesli #937E4C

Color information

#937E4C (or 0x937E4C) is unknown color: approx Muesli. HEX triplet: 93, 7E and 4C. RGB value is (147,126,76). Sum of RGB (Red+Green+Blue) = 147+126+76=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #937E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937E4C is #6C81B3. Grayscale: #7E7E7E. Windows color (decimal): -7111092 or 5013139. OLE color: 5013139.

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

Color convert

RGB14712676-
CMYK00.140.480.42
HSL42.25º31.84%43.73%-
HSV(B)42.25º48.3%57.65%-
XYZ20.821.659.92-
YUV126.5899.46142.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=42.12%
G=36.10%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471267600.140.480.4242.2531.8443.73
Hex937E4C0E302A2a202c
Octal2231761140166052524054
Binary100100111111110100110001110110000101010101010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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