#977F48

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

Shades of Muesli #977F48

Tints of Muesli #977F48

Color information

#977F48 (or 0x977F48) is unknown color: approx Muesli. HEX triplet: 97, 7F and 48. RGB value is (151,127,72). Sum of RGB (Red+Green+Blue) = 151+127+72=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #977F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F48 is #6880B7. Grayscale: #808080. Windows color (decimal): -6848696 or 4751255. OLE color: 4751255.

HSL color Cylindrical-coordinate representation of color #977F48: hue angle of 41.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #977F48 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15112772-
CMYK00.160.520.41
HSL41.77º35.43%43.73%-
HSV(B)41.77º52.32%59.22%-
XYZ21.5222.239.29-
YUV127.9196.45144.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 72 (28.52% from 255) = 20.57%
R=43.14%
G=36.29%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511277200.160.520.4141.7735.4343.73
Hex977F4801034292a232c
Octal2271771100206451524354
Binary1001011111111111001000010000110100101001101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,127,72); }

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

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

 a { background-color: rgb(151,127,72); }

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

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

 span { border-color: rgb(151,127,72); }

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