#957D54

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

Shades of Muesli #957D54

Tints of Muesli #957D54

Color information

#957D54 (or 0x957D54) is unknown color: approx Muesli. HEX triplet: 95, 7D and 54. RGB value is (149,125,84). Sum of RGB (Red+Green+Blue) = 149+125+84=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #957D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D54 is #6A82AB. Grayscale: #7F7F7F. Windows color (decimal): -6980268 or 5537173. OLE color: 5537173.

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

Color convert

RGB14912584-
CMYK00.160.440.42
HSL37.85º27.9%45.69%-
HSV(B)37.85º43.62%58.43%-
XYZ21.3321.711.45-
YUV127.5103.45143.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 84 (33.20% from 255) = 23.46%
R=41.62%
G=34.92%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491258400.160.440.4237.8527.945.69
Hex957D540102C2A261c2e
Octal2251751240205452463456
Binary100101011111101101010001000010110010101010011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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