#977C41

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

Shades of Muesli #977C41

Tints of Muesli #977C41

Color information

#977C41 (or 0x977C41) is unknown color: approx Muesli. HEX triplet: 97, 7C and 41. RGB value is (151,124,65). Sum of RGB (Red+Green+Blue) = 151+124+65=340 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.41% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 151 - color contains mainly: red. Hex color #977C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C41 is #6883BE. Grayscale: #7D7D7D. Windows color (decimal): -6849471 or 4291735. OLE color: 4291735.

HSL color Cylindrical-coordinate representation of color #977C41: hue angle of 41.16º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #977C41 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15112465-
CMYK00.180.570.41
HSL41.16º39.81%42.35%-
HSV(B)41.16º56.95%59.22%-
XYZ20.9221.388.02-
YUV125.3593.95146.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.41%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=44.41%
G=36.47%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511246500.180.570.4141.1639.8142.35
Hex977C41012392929282a
Octal2271741010227151515052
Binary1001011111111001000001010010111001101001101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977C41; }

 p { color: rgb(151,124,65); }

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

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

 a { background-color: rgb(151,124,65); }

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

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

 span { border-color: rgb(151,124,65); }

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