#957F54

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

Shades of Muesli #957F54

Tints of Muesli #957F54

Color information

#957F54 (or 0x957F54) is unknown color: approx Muesli. HEX triplet: 95, 7F and 54. RGB value is (149,127,84). Sum of RGB (Red+Green+Blue) = 149+127+84=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F54 is #6A80AB. Grayscale: #808080. Windows color (decimal): -6979756 or 5537685. OLE color: 5537685.

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

Color convert

RGB14912784-
CMYK00.150.440.42
HSL39.69º27.9%45.69%-
HSV(B)39.69º43.62%58.43%-
XYZ21.5822.2111.54-
YUV128.68102.79142.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=41.39%
G=35.28%
B=23.33%

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
Decimal1491278400.150.440.4239.6927.945.69
Hex957F540F2C2A281c2e
Octal2251771240175452503456
Binary10010101111111110101000111110110010101010100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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