#947F56

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

Shades of Muesli #947F56

Tints of Muesli #947F56

Color information

#947F56 (or 0x947F56) is unknown color: approx Muesli. HEX triplet: 94, 7F and 56. RGB value is (148,127,86). Sum of RGB (Red+Green+Blue) = 148+127+86=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #947F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F56 is #6B80A9. Grayscale: #808080. Windows color (decimal): -7045290 or 5668756. OLE color: 5668756.

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

Color convert

RGB14812786-
CMYK00.140.420.42
HSL39.68º26.5%45.88%-
HSV(B)39.68º41.89%58.04%-
XYZ21.4822.1511.95-
YUV128.6103.96141.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 86 (33.98% from 255) = 23.82%
R=41.00%
G=35.18%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481278600.140.420.4239.6826.545.88
Hex947F560E2A2A281a2e
Octal2241771260165252503256
Binary10010100111111110101100111010101010101010100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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