#957D57

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

Shades of Muesli #957D57

Tints of Muesli #957D57

Color information

#957D57 (or 0x957D57) is unknown color: approx Muesli. HEX triplet: 95, 7D and 57. RGB value is (149,125,87). Sum of RGB (Red+Green+Blue) = 149+125+87=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #957D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D57 is #6A82A8. Grayscale: #808080. Windows color (decimal): -6980265 or 5733781. OLE color: 5733781.

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

Color convert

RGB14912587-
CMYK00.160.420.42
HSL36.77º26.27%46.27%-
HSV(B)36.77º41.61%58.43%-
XYZ21.4521.7412.08-
YUV127.84104.95143.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 87 (34.38% from 255) = 24.10%
R=41.27%
G=34.63%
B=24.10%

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
Decimal1491258700.160.420.4236.7726.2746.27
Hex957D570102A2A251a2e
Octal2251751270205252453256
Binary100101011111101101011101000010101010101010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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