#947A4C

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

Shades of Muesli #947A4C

Tints of Muesli #947A4C

Color information

#947A4C (or 0x947A4C) is unknown color: approx Muesli. HEX triplet: 94, 7A and 4C. RGB value is (148,122,76). Sum of RGB (Red+Green+Blue) = 148+122+76=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #947A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A4C is #6B85B3. Grayscale: #7C7C7C. Windows color (decimal): -7046580 or 5012116. OLE color: 5012116.

HSL color Cylindrical-coordinate representation of color #947A4C: hue angle of 38.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #947A4C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14812276-
CMYK00.180.490.42
HSL38.33º32.14%43.92%-
HSV(B)38.33º48.65%58.04%-
XYZ20.4820.749.76-
YUV124.53100.61144.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=42.77%
G=35.26%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481227600.180.490.4238.3332.1443.92
Hex947A4C012312A26202c
Octal2241721140226152464054
Binary1001010011110101001100010010110001101010100110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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