#947F45

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

Shades of Muesli #947F45

Tints of Muesli #947F45

Color information

#947F45 (or 0x947F45) is unknown color: approx Muesli. HEX triplet: 94, 7F and 45. RGB value is (148,127,69). Sum of RGB (Red+Green+Blue) = 148+127+69=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #947F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F45 is #6B80BA. Grayscale: #7E7E7E. Windows color (decimal): -7045307 or 4554644. OLE color: 4554644.

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

Color convert

RGB14812769-
CMYK00.140.530.42
HSL44.05º36.41%42.55%-
HSV(B)44.05º53.38%58.04%-
XYZ20.8821.98.76-
YUV126.6795.46143.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=43.02%
G=36.92%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481276900.140.530.4244.0536.4142.55
Hex947F450E352A2c242b
Octal2241771050166552544453
Binary100101001111111100010101110110101101010101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,69); }

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

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

 a { background-color: rgb(148,127,69); }

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

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

 span { border-color: rgb(148,127,69); }

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