#977E52

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

Shades of Muesli #977E52

Tints of Muesli #977E52

Color information

#977E52 (or 0x977E52) is unknown color: approx Muesli. HEX triplet: 97, 7E and 52. RGB value is (151,126,82). Sum of RGB (Red+Green+Blue) = 151+126+82=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #977E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E52 is #6881AD. Grayscale: #808080. Windows color (decimal): -6848942 or 5406359. OLE color: 5406359.

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

Color convert

RGB15112682-
CMYK00.170.460.41
HSL38.26º29.61%45.69%-
HSV(B)38.26º45.7%59.22%-
XYZ21.7522.1111.1-
YUV128.46101.78144.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=42.06%
G=35.10%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511268200.170.460.4138.2629.6145.69
Hex977E520112E29261e2e
Octal2271761220215651463656
Binary100101111111110101001001000110111010100110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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