#957F53

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

Shades of Muesli #957F53

Tints of Muesli #957F53

Color information

#957F53 (or 0x957F53) is unknown color: approx Muesli. HEX triplet: 95, 7F and 53. RGB value is (149,127,83). Sum of RGB (Red+Green+Blue) = 149+127+83=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F53 is #6A80AC. Grayscale: #808080. Windows color (decimal): -6979757 or 5472149. OLE color: 5472149.

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

Color convert

RGB14912783-
CMYK00.150.440.42
HSL40º28.45%45.49%-
HSV(B)40º44.3%58.43%-
XYZ21.5522.1911.33-
YUV128.56102.29142.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=41.50%
G=35.38%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491278300.150.440.424028.4545.49
Hex957F530F2C2A281c2d
Octal2251771230175452503455
Binary10010101111111110100110111110110010101010100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,127,83); }

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

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

 a { background-color: rgb(149,127,83); }

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

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

 span { border-color: rgb(149,127,83); }

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