#937949

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

Shades of Muesli #937949

Tints of Muesli #937949

Color information

#937949 (or 0x937949) is unknown color: approx Muesli. HEX triplet: 93, 79 and 49. RGB value is (147,121,73). Sum of RGB (Red+Green+Blue) = 147+121+73=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #937949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937949 is #6C86B6. Grayscale: #7B7B7B. Windows color (decimal): -7112375 or 4815251. OLE color: 4815251.

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

Color convert

RGB14712173-
CMYK00.180.500.42
HSL38.92º33.64%43.14%-
HSV(B)38.92º50.34%57.65%-
XYZ20.0720.369.18-
YUV123.399.61144.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=43.11%
G=35.48%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471217300.180.500.4238.9233.6443.14
Hex937949012322A27222b
Octal2231711110226252474253
Binary1001001111110011001001010010110010101010100111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937949; }

 p { color: rgb(147,121,73); }

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

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

 a { background-color: rgb(147,121,73); }

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

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

 span { border-color: rgb(147,121,73); }

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