#957C56

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

Shades of Muesli #957C56

Tints of Muesli #957C56

Color information

#957C56 (or 0x957C56) is unknown color: approx Muesli. HEX triplet: 95, 7C and 56. RGB value is (149,124,86). Sum of RGB (Red+Green+Blue) = 149+124+86=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C56 is #6A83A9. Grayscale: #7F7F7F. Windows color (decimal): -6980522 or 5667989. OLE color: 5667989.

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

Color convert

RGB14912486-
CMYK00.170.420.42
HSL36.19º26.81%46.08%-
HSV(B)36.19º42.28%58.43%-
XYZ21.2821.4811.83-
YUV127.14104.78143.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 86 (33.98% from 255) = 23.96%
R=41.50%
G=34.54%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491248600.170.420.4236.1926.8146.08
Hex957C560112A2A241b2e
Octal2251741260215252443356
Binary100101011111100101011001000110101010101010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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