#977D41

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

Shades of Muesli #977D41

Tints of Muesli #977D41

Color information

#977D41 (or 0x977D41) is unknown color: approx Muesli. HEX triplet: 97, 7D and 41. RGB value is (151,125,65). Sum of RGB (Red+Green+Blue) = 151+125+65=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #977D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D41 is #6882BE. Grayscale: #7E7E7E. Windows color (decimal): -6849215 or 4291991. OLE color: 4291991.

HSL color Cylindrical-coordinate representation of color #977D41: hue angle of 41.86º 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 #977D41 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15112565-
CMYK00.170.570.41
HSL41.86º39.81%42.35%-
HSV(B)41.86º56.95%59.22%-
XYZ21.0521.638.07-
YUV125.9393.61145.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=44.28%
G=36.66%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511256500.170.570.4141.8639.8142.35
Hex977D4101139292a282a
Octal2271751010217151525052
Binary1001011111111011000001010001111001101001101010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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