#957E58

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

Shades of Muesli #957E58

Tints of Muesli #957E58

Color information

#957E58 (or 0x957E58) is unknown color: approx Muesli. HEX triplet: 95, 7E and 58. RGB value is (149,126,88). Sum of RGB (Red+Green+Blue) = 149+126+88=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E58 is #6A81A7. Grayscale: #808080. Windows color (decimal): -6980008 or 5799573. OLE color: 5799573.

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

Color convert

RGB14912688-
CMYK00.150.410.42
HSL37.38º25.74%46.47%-
HSV(B)37.38º40.94%58.43%-
XYZ21.6222.0212.34-
YUV128.54105.12142.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=41.05%
G=34.71%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491268800.150.410.4237.3825.7446.47
Hex957E580F292A251a2e
Octal2251761300175152453256
Binary10010101111111010110000111110100110101010010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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