#997D4C

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

Shades of Muesli #997D4C

Tints of Muesli #997D4C

Color information

#997D4C (or 0x997D4C) is unknown color: approx Muesli. HEX triplet: 99, 7D and 4C. RGB value is (153,125,76). Sum of RGB (Red+Green+Blue) = 153+125+76=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D4C is #6682B3. Grayscale: #808080. Windows color (decimal): -6718132 or 5012889. OLE color: 5012889.

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

Color convert

RGB15312576-
CMYK00.180.500.4
HSL38.18º33.62%44.9%-
HSV(B)38.18º50.33%60%-
XYZ21.7721.969.93-
YUV127.7998.78145.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 125 (49.22% from 255) = 35.31%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=43.22%
G=35.31%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531257600.180.500.438.1833.6244.9
Hex997D4C012322826222d
Octal2311751140226250464255
Binary1001100111111011001100010010110010101000100110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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