#977C42

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

Shades of Muesli #977C42

Tints of Muesli #977C42

Color information

#977C42 (or 0x977C42) is unknown color: approx Muesli. HEX triplet: 97, 7C and 42. RGB value is (151,124,66). Sum of RGB (Red+Green+Blue) = 151+124+66=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #977C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C42 is #6883BD. Grayscale: #7D7D7D. Windows color (decimal): -6849470 or 4357271. OLE color: 4357271.

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

Color convert

RGB15112466-
CMYK00.180.560.41
HSL40.94º39.17%42.55%-
HSV(B)40.94º56.29%59.22%-
XYZ20.9521.398.18-
YUV125.4694.45146.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=44.28%
G=36.36%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511246600.180.560.4140.9439.1742.55
Hex977C42012382929272b
Octal2271741020227051514753
Binary1001011111111001000010010010111000101001101001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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