#957F47

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

Shades of Muesli #957F47

Tints of Muesli #957F47

Color information

#957F47 (or 0x957F47) is unknown color: approx Muesli. HEX triplet: 95, 7F and 47. RGB value is (149,127,71). Sum of RGB (Red+Green+Blue) = 149+127+71=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F47 is #6A80B8. Grayscale: #7F7F7F. Windows color (decimal): -6979769 or 4685717. OLE color: 4685717.

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

Color convert

RGB14912771-
CMYK00.150.520.42
HSL43.08º35.45%43.14%-
HSV(B)43.08º52.35%58.43%-
XYZ21.1222.029.1-
YUV127.1996.29143.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 127 (50% from 255) = 36.60%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=42.94%
G=36.60%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491277100.150.520.4243.0835.4543.14
Hex957F470F342A2b232b
Octal2251771070176452534353
Binary100101011111111100011101111110100101010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,71); }

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

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

 a { background-color: rgb(149,127,71); }

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

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

 span { border-color: rgb(149,127,71); }

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