#957E5A

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

Shades of Muesli #957E5A

Tints of Muesli #957E5A

Color information

#957E5A (or 0x957E5A) is unknown color: approx Muesli. HEX triplet: 95, 7E and 5A. RGB value is (149,126,90). Sum of RGB (Red+Green+Blue) = 149+126+90=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E5A is #6A81A5. Grayscale: #808080. Windows color (decimal): -6980006 or 5930645. OLE color: 5930645.

HSL color Cylindrical-coordinate representation of color #957E5A: hue angle of 36.61º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957E5A is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14912690-
CMYK00.150.400.42
HSL36.61º24.69%46.86%-
HSV(B)36.61º39.6%58.43%-
XYZ21.722.0512.79-
YUV128.77106.12142.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=40.82%
G=34.52%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491269000.150.400.4236.6124.6946.86
Hex957E5A0F282A25192f
Octal2251761320175052453157
Binary10010101111111010110100111110100010101010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,126,90); }

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

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

 a { background-color: rgb(149,126,90); }

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

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

 span { border-color: rgb(149,126,90); }

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