#957C58

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

Shades of Muesli #957C58

Tints of Muesli #957C58

Color information

#957C58 (or 0x957C58) is unknown color: approx Muesli. HEX triplet: 95, 7C and 58. RGB value is (149,124,88). Sum of RGB (Red+Green+Blue) = 149+124+88=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #957C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C58 is #6A83A7. Grayscale: #7F7F7F. Windows color (decimal): -6980520 or 5799061. OLE color: 5799061.

HSL color Cylindrical-coordinate representation of color #957C58: hue angle of 35.41º 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 #957C58 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14912488-
CMYK00.170.410.42
HSL35.41º25.74%46.47%-
HSV(B)35.41º40.94%58.43%-
XYZ21.3621.5112.26-
YUV127.37105.78143.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=41.27%
G=34.35%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491248800.170.410.4235.4125.7446.47
Hex957C58011292A231a2e
Octal2251741300215152433256
Binary100101011111100101100001000110100110101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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