#957D41

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

Shades of Muesli #957D41

Tints of Muesli #957D41

Color information

#957D41 (or 0x957D41) is unknown color: approx Muesli. HEX triplet: 95, 7D and 41. RGB value is (149,125,65). Sum of RGB (Red+Green+Blue) = 149+125+65=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #957D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D41 is #6A82BE. Grayscale: #7D7D7D. Windows color (decimal): -6980287 or 4291989. OLE color: 4291989.

HSL color Cylindrical-coordinate representation of color #957D41: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957D41 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14912565-
CMYK00.160.560.42
HSL42.86º39.25%41.96%-
HSV(B)42.86º56.38%58.43%-
XYZ20.6821.448.05-
YUV125.3493.95144.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=43.95%
G=36.87%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491256500.160.560.4242.8639.2541.96
Hex957D41010382A2b272a
Octal2251751010207052534752
Binary1001010111111011000001010000111000101010101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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