#998549

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

Shades of Muesli #998549

Tints of Muesli #998549

Color information

#998549 (or 0x998549) is unknown color: approx Muesli. HEX triplet: 99, 85 and 49. RGB value is (153,133,73). Sum of RGB (Red+Green+Blue) = 153+133+73=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #998549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998549 is #667AB6. Grayscale: #848484. Windows color (decimal): -6716087 or 4818329. OLE color: 4818329.

HSL color Cylindrical-coordinate representation of color #998549: hue angle of 45º 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 #998549 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15313373-
CMYK00.130.520.4
HSL45º35.4%44.31%-
HSV(B)45º52.29%60%-
XYZ22.7324.039.74-
YUV132.1494.63142.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=42.62%
G=37.05%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531337300.130.520.44535.444.31
Hex9985490D34282d232c
Octal2312051110156450554354
Binary1001100110000101100100101101110100101000101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998549; }

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

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

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

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

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

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

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

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