#997D4F

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

Shades of Muesli #997D4F

Tints of Muesli #997D4F

Color information

#997D4F (or 0x997D4F) is unknown color: approx Muesli. HEX triplet: 99, 7D and 4F. RGB value is (153,125,79). Sum of RGB (Red+Green+Blue) = 153+125+79=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #997D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D4F is #6682B0. Grayscale: #808080. Windows color (decimal): -6718129 or 5209497. OLE color: 5209497.

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

Color convert

RGB15312579-
CMYK00.180.480.4
HSL37.3º31.9%45.49%-
HSV(B)37.3º48.37%60%-
XYZ21.882210.49-
YUV128.13100.28145.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=42.86%
G=35.01%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531257900.180.480.437.331.945.49
Hex997D4F012302825202d
Octal2311751170226050454055
Binary1001100111111011001111010010110000101000100101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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