#977C45

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

Shades of Muesli #977C45

Tints of Muesli #977C45

Color information

#977C45 (or 0x977C45) is unknown color: approx Muesli. HEX triplet: 97, 7C and 45. RGB value is (151,124,69). Sum of RGB (Red+Green+Blue) = 151+124+69=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #977C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C45 is #6883BA. Grayscale: #7E7E7E. Windows color (decimal): -6849467 or 4553879. OLE color: 4553879.

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

Color convert

RGB15112469-
CMYK00.180.540.41
HSL40.24º37.27%43.14%-
HSV(B)40.24º54.3%59.22%-
XYZ21.0421.428.66-
YUV125.895.95145.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.90%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=43.90%
G=36.05%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511246900.180.540.4140.2437.2743.14
Hex977C45012362928252b
Octal2271741050226651504553
Binary1001011111111001000101010010110110101001101000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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