#997D4A

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

Shades of Muesli #997D4A

Tints of Muesli #997D4A

Color information

#997D4A (or 0x997D4A) is unknown color: approx Muesli. HEX triplet: 99, 7D and 4A. RGB value is (153,125,74). Sum of RGB (Red+Green+Blue) = 153+125+74=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #997D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D4A is #6682B5. Grayscale: #7F7F7F. Windows color (decimal): -6718134 or 4881817. OLE color: 4881817.

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

Color convert

RGB15312574-
CMYK00.180.520.4
HSL38.73º34.8%44.51%-
HSV(B)38.73º51.63%60%-
XYZ21.7121.939.57-
YUV127.5697.78146.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=43.47%
G=35.51%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531257400.180.520.438.7334.844.51
Hex997D4A012342827232d
Octal2311751120226450474355
Binary1001100111111011001010010010110100101000100111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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