#947E49

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

Shades of Muesli #947E49

Tints of Muesli #947E49

Color information

#947E49 (or 0x947E49) is unknown color: approx Muesli. HEX triplet: 94, 7E and 49. RGB value is (148,126,73). Sum of RGB (Red+Green+Blue) = 148+126+73=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E49 is #6B81B6. Grayscale: #7E7E7E. Windows color (decimal): -7045559 or 4816532. OLE color: 4816532.

HSL color Cylindrical-coordinate representation of color #947E49: hue angle of 42.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947E49 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14812673-
CMYK00.150.510.42
HSL42.4º33.94%43.33%-
HSV(B)42.4º50.68%58.04%-
XYZ20.8821.79.39-
YUV126.5497.79143.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=42.65%
G=36.31%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481267300.150.510.4242.433.9443.33
Hex947E490F332A2a222b
Octal2241761110176352524253
Binary100101001111110100100101111110011101010101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E49; }

 p { color: rgb(148,126,73); }

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

<style>
 a { background-color: #947E49; }

 a { background-color: rgb(148,126,73); }

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

<style>
 span { border-color: #947E49; }

 span { border-color: rgb(148,126,73); }

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