#977E4D

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

Shades of Muesli #977E4D

Tints of Muesli #977E4D

Color information

#977E4D (or 0x977E4D) is unknown color: approx Muesli. HEX triplet: 97, 7E and 4D. RGB value is (151,126,77). Sum of RGB (Red+Green+Blue) = 151+126+77=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #977E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E4D is #6881B2. Grayscale: #808080. Windows color (decimal): -6848947 or 5078679. OLE color: 5078679.

HSL color Cylindrical-coordinate representation of color #977E4D: hue angle of 39.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #977E4D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB15112677-
CMYK00.170.490.41
HSL39.73º32.46%44.71%-
HSV(B)39.73º49.01%59.22%-
XYZ21.5622.0410.14-
YUV127.8999.28144.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=42.66%
G=35.59%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511267700.170.490.4139.7332.4644.71
Hex977E4D011312928202d
Octal2271761150216151504055
Binary1001011111111101001101010001110001101001101000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,77); }

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

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

 a { background-color: rgb(151,126,77); }

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

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

 span { border-color: rgb(151,126,77); }

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