#957944

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

Shades of Muesli #957944

Tints of Muesli #957944

Color information

#957944 (or 0x957944) is unknown color: approx Muesli. HEX triplet: 95, 79 and 44. RGB value is (149,121,68). Sum of RGB (Red+Green+Blue) = 149+121+68=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957944 is #6A86BB. Grayscale: #7B7B7B. Windows color (decimal): -6981308 or 4487573. OLE color: 4487573.

HSL color Cylindrical-coordinate representation of color #957944: hue angle of 39.26º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #957944 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB14912168-
CMYK00.190.540.42
HSL39.26º37.33%42.55%-
HSV(B)39.26º54.36%58.43%-
XYZ20.2820.488.35-
YUV123.3396.78146.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=44.08%
G=35.80%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491216800.190.540.4239.2637.3342.55
Hex957944013362A27252b
Octal2251711040236652474553
Binary1001010111110011000100010011110110101010100111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957944; }

 p { color: rgb(149,121,68); }

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

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

 a { background-color: rgb(149,121,68); }

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

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

 span { border-color: rgb(149,121,68); }

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