#947E4C

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

Shades of Muesli #947E4C

Tints of Muesli #947E4C

Color information

#947E4C (or 0x947E4C) is unknown color: approx Muesli. HEX triplet: 94, 7E and 4C. RGB value is (148,126,76). Sum of RGB (Red+Green+Blue) = 148+126+76=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E4C is #6B81B3. Grayscale: #7F7F7F. Windows color (decimal): -7045556 or 5013140. OLE color: 5013140.

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

Color convert

RGB14812676-
CMYK00.150.490.42
HSL41.67º32.14%43.92%-
HSV(B)41.67º48.65%58.04%-
XYZ20.9821.749.93-
YUV126.8899.29143.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 126 (49.61% from 255) = 36%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=42.29%
G=36%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481267600.150.490.4241.6732.1443.92
Hex947E4C0F312A2a202c
Octal2241761140176152524054
Binary100101001111110100110001111110001101010101010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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