#957D4F

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

Shades of Muesli #957D4F

Tints of Muesli #957D4F

Color information

#957D4F (or 0x957D4F) is unknown color: approx Muesli. HEX triplet: 95, 7D and 4F. RGB value is (149,125,79). Sum of RGB (Red+Green+Blue) = 149+125+79=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D4F is #6A82B0. Grayscale: #7F7F7F. Windows color (decimal): -6980273 or 5209493. OLE color: 5209493.

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

Color convert

RGB14912579-
CMYK00.160.470.42
HSL39.43º30.7%44.71%-
HSV(B)39.43º46.98%58.43%-
XYZ21.1421.6210.46-
YUV126.93100.95143.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 79 (31.25% from 255) = 22.38%
R=42.21%
G=35.41%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491257900.160.470.4239.4330.744.71
Hex957D4F0102F2A271f2d
Octal2251751170205752473755
Binary100101011111101100111101000010111110101010011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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