#988549

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

Shades of Muesli #988549

Tints of Muesli #988549

Color information

#988549 (or 0x988549) is unknown color: approx Muesli. HEX triplet: 98, 85 and 49. RGB value is (152,133,73). Sum of RGB (Red+Green+Blue) = 152+133+73=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #988549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988549 is #677AB6. Grayscale: #848484. Windows color (decimal): -6781623 or 4818328. OLE color: 4818328.

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

Color convert

RGB15213373-
CMYK00.130.520.40
HSL45.57º35.11%44.12%-
HSV(B)45.57º51.97%59.61%-
XYZ22.5423.939.73-
YUV131.8494.79142.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 73 (28.91% from 255) = 20.39%
R=42.46%
G=37.15%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521337300.130.520.4045.5735.1144.12
Hex9885490D34282e232c
Octal2302051110156450564354
Binary1001100010000101100100101101110100101000101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988549; }

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

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

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

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

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

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

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

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