#957C50

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

Shades of Muesli #957C50

Tints of Muesli #957C50

Color information

#957C50 (or 0x957C50) is unknown color: approx Muesli. HEX triplet: 95, 7C and 50. RGB value is (149,124,80). Sum of RGB (Red+Green+Blue) = 149+124+80=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C50 is #6A83AF. Grayscale: #7E7E7E. Windows color (decimal): -6980528 or 5274773. OLE color: 5274773.

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

Color convert

RGB14912480-
CMYK00.170.460.42
HSL38.26º30.13%44.9%-
HSV(B)38.26º46.31%58.43%-
XYZ21.0521.3810.61-
YUV126.46101.78144.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 80 (31.64% from 255) = 22.66%
R=42.21%
G=35.13%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491248000.170.460.4238.2630.1344.9
Hex957C500112E2A261e2d
Octal2251741200215652463655
Binary100101011111100101000001000110111010101010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,80); }

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

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

 a { background-color: rgb(149,124,80); }

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

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

 span { border-color: rgb(149,124,80); }

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