#998349

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

Shades of Muesli #998349

Tints of Muesli #998349

Color information

#998349 (or 0x998349) is unknown color: approx Muesli. HEX triplet: 99, 83 and 49. RGB value is (153,131,73). Sum of RGB (Red+Green+Blue) = 153+131+73=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #998349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998349 is #667CB6. Grayscale: #838383. Windows color (decimal): -6716599 or 4817817. OLE color: 4817817.

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

Color convert

RGB15313173-
CMYK00.140.520.4
HSL43.5º35.4%44.31%-
HSV(B)43.5º52.29%60%-
XYZ22.4623.499.65-
YUV130.9795.29143.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=42.86%
G=36.69%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531317300.140.520.443.535.444.31
Hex9983490E34282c232c
Octal2312031110166450544354
Binary1001100110000011100100101110110100101000101100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998349; }

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

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

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

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

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

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

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

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