#957D56

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

Shades of Muesli #957D56

Tints of Muesli #957D56

Color information

#957D56 (or 0x957D56) is unknown color: approx Muesli. HEX triplet: 95, 7D and 56. RGB value is (149,125,86). Sum of RGB (Red+Green+Blue) = 149+125+86=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D56 is #6A82A9. Grayscale: #7F7F7F. Windows color (decimal): -6980266 or 5668245. OLE color: 5668245.

HSL color Cylindrical-coordinate representation of color #957D56: hue angle of 37.14º degrees, saturation: 0.27, 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 #957D56 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14912586-
CMYK00.160.420.42
HSL37.14º26.81%46.08%-
HSV(B)37.14º42.28%58.43%-
XYZ21.4121.7311.87-
YUV127.73104.45143.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=41.39%
G=34.72%
B=23.89%

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
Decimal1491258600.160.420.4237.1426.8146.08
Hex957D560102A2A251b2e
Octal2251751260205252453356
Binary100101011111101101011001000010101010101010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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