#947D56

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

Shades of Muesli #947D56

Tints of Muesli #947D56

Color information

#947D56 (or 0x947D56) is unknown color: approx Muesli. HEX triplet: 94, 7D and 56. RGB value is (148,125,86). Sum of RGB (Red+Green+Blue) = 148+125+86=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #947D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D56 is #6B82A9. Grayscale: #7F7F7F. Windows color (decimal): -7045802 or 5668244. OLE color: 5668244.

HSL color Cylindrical-coordinate representation of color #947D56: hue angle of 37.74º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947D56 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14812586-
CMYK00.160.420.42
HSL37.74º26.5%45.88%-
HSV(B)37.74º41.89%58.04%-
XYZ21.2321.6411.86-
YUV127.43104.62142.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=41.23%
G=34.82%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481258600.160.420.4237.7426.545.88
Hex947D560102A2A261a2e
Octal2241751260205252463256
Binary100101001111101101011001000010101010101010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,86); }

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

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

 a { background-color: rgb(148,125,86); }

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

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

 span { border-color: rgb(148,125,86); }

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