#997D5A

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

Shades of Muesli #997D5A

Tints of Muesli #997D5A

Color information

#997D5A (or 0x997D5A) is unknown color: approx Muesli. HEX triplet: 99, 7D and 5A. RGB value is (153,125,90). Sum of RGB (Red+Green+Blue) = 153+125+90=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #997D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D5A is #6682A5. Grayscale: #818181. Windows color (decimal): -6718118 or 5930393. OLE color: 5930393.

HSL color Cylindrical-coordinate representation of color #997D5A: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997D5A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15312590-
CMYK00.180.410.4
HSL33.33º25.93%47.65%-
HSV(B)33.33º41.18%60%-
XYZ22.3222.1812.78-
YUV129.38105.78144.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=41.58%
G=33.97%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531259000.180.410.433.3325.9347.65
Hex997D5A0122928211a30
Octal2311751320225150413260
Binary100110011111101101101001001010100110100010000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997D5A; }

 p { color: rgb(153,125,90); }

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

<style>
 a { background-color: #997D5A; }

 a { background-color: rgb(153,125,90); }

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

<style>
 span { border-color: #997D5A; }

 span { border-color: rgb(153,125,90); }

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