#987A4A

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

Shades of Muesli #987A4A

Tints of Muesli #987A4A

Color information

#987A4A (or 0x987A4A) is unknown color: approx Muesli. HEX triplet: 98, 7A and 4A. RGB value is (152,122,74). Sum of RGB (Red+Green+Blue) = 152+122+74=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A4A is #6785B5. Grayscale: #7D7D7D. Windows color (decimal): -6784438 or 4881048. OLE color: 4881048.

HSL color Cylindrical-coordinate representation of color #987A4A: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #987A4A is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15212274-
CMYK00.200.510.40
HSL36.92º34.51%44.31%-
HSV(B)36.92º51.32%59.61%-
XYZ21.1421.099.43-
YUV125.598.94146.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=43.68%
G=35.06%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521227400.200.510.4036.9234.5144.31
Hex987A4A014332825232c
Octal2301721120246350454354
Binary1001100011110101001010010100110011101000100101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A4A; }

 p { color: rgb(152,122,74); }

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

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

 a { background-color: rgb(152,122,74); }

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

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

 span { border-color: rgb(152,122,74); }

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