#957D55

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

Shades of Muesli #957D55

Tints of Muesli #957D55

Color information

#957D55 (or 0x957D55) is unknown color: approx Muesli. HEX triplet: 95, 7D and 55. RGB value is (149,125,85). Sum of RGB (Red+Green+Blue) = 149+125+85=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D55 is #6A82AA. Grayscale: #7F7F7F. Windows color (decimal): -6980267 or 5602709. OLE color: 5602709.

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

Color convert

RGB14912585-
CMYK00.160.430.42
HSL37.5º27.35%45.88%-
HSV(B)37.5º42.95%58.43%-
XYZ21.3721.7111.66-
YUV127.62103.95143.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 125 (49.22% from 255) = 34.82%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=41.50%
G=34.82%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491258500.160.430.4237.527.3545.88
Hex957D550102B2A251b2e
Octal2251751250205352453356
Binary100101011111101101010101000010101110101010010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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