#997849

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

Shades of Muesli #997849

Tints of Muesli #997849

Color information

#997849 (or 0x997849) is unknown color: approx Muesli. HEX triplet: 99, 78 and 49. RGB value is (153,120,73). Sum of RGB (Red+Green+Blue) = 153+120+73=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #997849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997849 is #6687B6. Grayscale: #7C7C7C. Windows color (decimal): -6719415 or 4815001. OLE color: 4815001.

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

Color convert

RGB15312073-
CMYK00.220.520.4
HSL35.25º35.4%44.31%-
HSV(B)35.25º52.29%60%-
XYZ21.0620.699.19-
YUV124.5198.93148.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=44.22%
G=34.68%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531207300.220.520.435.2535.444.31
Hex997849016342823232c
Octal2311701110266450434354
Binary1001100111110001001001010110110100101000100011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997849; }

 p { color: rgb(153,120,73); }

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

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

 a { background-color: rgb(153,120,73); }

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

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

 span { border-color: rgb(153,120,73); }

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