#947A49

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

Shades of Muesli #947A49

Tints of Muesli #947A49

Color information

#947A49 (or 0x947A49) is unknown color: approx Muesli. HEX triplet: 94, 7A and 49. RGB value is (148,122,73). Sum of RGB (Red+Green+Blue) = 148+122+73=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A49 is #6B85B6. Grayscale: #7C7C7C. Windows color (decimal): -7046583 or 4815508. OLE color: 4815508.

HSL color Cylindrical-coordinate representation of color #947A49: hue angle of 39.2º 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 #947A49 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14812273-
CMYK00.180.510.42
HSL39.2º33.94%43.33%-
HSV(B)39.2º50.68%58.04%-
XYZ20.3720.79.22-
YUV124.1999.11144.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 73 (28.91% from 255) = 21.28%
R=43.15%
G=35.57%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481227300.180.510.4239.233.9443.33
Hex947A49012332A27222b
Octal2241721110226352474253
Binary1001010011110101001001010010110011101010100111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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