#957F4D

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

Shades of Muesli #957F4D

Tints of Muesli #957F4D

Color information

#957F4D (or 0x957F4D) is unknown color: approx Muesli. HEX triplet: 95, 7F and 4D. RGB value is (149,127,77). Sum of RGB (Red+Green+Blue) = 149+127+77=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F4D is #6A80B2. Grayscale: #808080. Windows color (decimal): -6979763 or 5078933. OLE color: 5078933.

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

Color convert

RGB14912777-
CMYK00.150.480.42
HSL41.67º31.86%44.31%-
HSV(B)41.67º48.32%58.43%-
XYZ21.3222.110.16-
YUV127.8899.29143.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=42.21%
G=35.98%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491277700.150.480.4241.6731.8644.31
Hex957F4D0F302A2a202c
Octal2251771150176052524054
Binary100101011111111100110101111110000101010101010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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