#997C53

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

Shades of Muesli #997C53

Tints of Muesli #997C53

Color information

#997C53 (or 0x997C53) is unknown color: approx Muesli. HEX triplet: 99, 7C and 53. RGB value is (153,124,83). Sum of RGB (Red+Green+Blue) = 153+124+83=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #997C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C53 is #6683AC. Grayscale: #808080. Windows color (decimal): -6718381 or 5471385. OLE color: 5471385.

HSL color Cylindrical-coordinate representation of color #997C53: hue angle of 35.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997C53 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15312483-
CMYK00.190.460.4
HSL35.14º29.66%46.27%-
HSV(B)35.14º45.75%60%-
XYZ21.9121.8111.24-
YUV128102.61145.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=42.5%
G=34.44%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531248300.190.460.435.1429.6646.27
Hex997C530132E28231e2e
Octal2311741230235650433656
Binary100110011111100101001101001110111010100010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,124,83); }

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

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

 a { background-color: rgb(153,124,83); }

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

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

 span { border-color: rgb(153,124,83); }

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