#947947

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

Shades of Muesli #947947

Tints of Muesli #947947

Color information

#947947 (or 0x947947) is unknown color: approx Muesli. HEX triplet: 94, 79 and 47. RGB value is (148,121,71). Sum of RGB (Red+Green+Blue) = 148+121+71=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #947947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947947 is #6B86B8. Grayscale: #7B7B7B. Windows color (decimal): -7046841 or 4684180. OLE color: 4684180.

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

Color convert

RGB14812171-
CMYK00.180.520.42
HSL38.96º35.16%42.94%-
HSV(B)38.96º52.03%58.04%-
XYZ20.1920.438.84-
YUV123.3798.45145.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=43.53%
G=35.59%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481217100.180.520.4238.9635.1642.94
Hex947947012342A27232b
Octal2241711070226452474353
Binary1001010011110011000111010010110100101010100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947947; }

 p { color: rgb(148,121,71); }

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

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

 a { background-color: rgb(148,121,71); }

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

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

 span { border-color: rgb(148,121,71); }

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