#988449

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

Shades of Muesli #988449

Tints of Muesli #988449

Color information

#988449 (or 0x988449) is unknown color: approx Muesli. HEX triplet: 98, 84 and 49. RGB value is (152,132,73). Sum of RGB (Red+Green+Blue) = 152+132+73=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #988449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988449 is #677BB6. Grayscale: #838383. Windows color (decimal): -6781879 or 4818072. OLE color: 4818072.

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

Color convert

RGB15213273-
CMYK00.130.520.40
HSL44.81º35.11%44.12%-
HSV(B)44.81º51.97%59.61%-
XYZ22.423.669.69-
YUV131.2595.13142.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=42.58%
G=36.97%
B=20.45%

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
Decimal1521327300.130.520.4044.8135.1144.12
Hex9884490D34282d232c
Octal2302041110156450554354
Binary1001100010000100100100101101110100101000101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988449; }

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

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

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

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

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

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

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

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