#987A42

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

Shades of Muesli #987A42

Tints of Muesli #987A42

Color information

#987A42 (or 0x987A42) is unknown color: approx Muesli. HEX triplet: 98, 7A and 42. RGB value is (152,122,66). Sum of RGB (Red+Green+Blue) = 152+122+66=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A42 is #6785BD. Grayscale: #7C7C7C. Windows color (decimal): -6784446 or 4356760. OLE color: 4356760.

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

Color convert

RGB15212266-
CMYK00.200.570.40
HSL39.07º39.45%42.75%-
HSV(B)39.07º56.58%59.61%-
XYZ20.8920.998.1-
YUV124.5994.94147.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 66 (26.17% from 255) = 19.41%
R=44.71%
G=35.88%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521226600.200.570.4039.0739.4542.75
Hex987A42014392827272b
Octal2301721020247150474753
Binary1001100011110101000010010100111001101000100111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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