#957F45

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

Shades of Muesli #957F45

Tints of Muesli #957F45

Color information

#957F45 (or 0x957F45) is unknown color: approx Muesli. HEX triplet: 95, 7F and 45. RGB value is (149,127,69). Sum of RGB (Red+Green+Blue) = 149+127+69=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #957F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F45 is #6A80BA. Grayscale: #7F7F7F. Windows color (decimal): -6979771 or 4554645. OLE color: 4554645.

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

Color convert

RGB14912769-
CMYK00.150.540.42
HSL43.5º36.7%42.75%-
HSV(B)43.5º53.69%58.43%-
XYZ21.06228.77-
YUV126.9795.29143.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 127 (50% from 255) = 36.81%
BLUE value IS 69 (27.34% from 255) = 20%
R=43.19%
G=36.81%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491276900.150.540.4243.536.742.75
Hex957F450F362A2b252b
Octal2251771050176652534553
Binary100101011111111100010101111110110101010101011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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