#957D58

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

Shades of Muesli #957D58

Tints of Muesli #957D58

Color information

#957D58 (or 0x957D58) is unknown color: approx Muesli. HEX triplet: 95, 7D and 58. RGB value is (149,125,88). Sum of RGB (Red+Green+Blue) = 149+125+88=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #957D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D58 is #6A82A7. Grayscale: #808080. Windows color (decimal): -6980264 or 5799317. OLE color: 5799317.

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

Color convert

RGB14912588-
CMYK00.160.410.42
HSL36.39º25.74%46.47%-
HSV(B)36.39º40.94%58.43%-
XYZ21.4921.7612.3-
YUV127.96105.45143.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=41.16%
G=34.53%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491258800.160.410.4236.3925.7446.47
Hex957D58010292A241a2e
Octal2251751300205152443256
Binary100101011111101101100001000010100110101010010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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