#987949

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

Shades of Muesli #987949

Tints of Muesli #987949

Color information

#987949 (or 0x987949) is unknown color: approx Muesli. HEX triplet: 98, 79 and 49. RGB value is (152,121,73). Sum of RGB (Red+Green+Blue) = 152+121+73=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #987949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987949 is #6786B6. Grayscale: #7D7D7D. Windows color (decimal): -6784695 or 4815256. OLE color: 4815256.

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

Color convert

RGB15212173-
CMYK00.200.520.40
HSL36.46º35.11%44.12%-
HSV(B)36.46º51.97%59.61%-
XYZ20.9920.839.22-
YUV124.898.77147.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=43.93%
G=34.97%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521217300.200.520.4036.4635.1144.12
Hex987949014342824232c
Octal2301711110246450444354
Binary1001100011110011001001010100110100101000100100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987949; }

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

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

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

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

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

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

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

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