#987C48

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

Shades of Muesli #987C48

Tints of Muesli #987C48

Color information

#987C48 (or 0x987C48) is unknown color: approx Muesli. HEX triplet: 98, 7C and 48. RGB value is (152,124,72). Sum of RGB (Red+Green+Blue) = 152+124+72=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C48 is #6783B7. Grayscale: #7E7E7E. Windows color (decimal): -6783928 or 4750488. OLE color: 4750488.

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

Color convert

RGB15212472-
CMYK00.180.530.40
HSL39º35.71%43.92%-
HSV(B)39º52.63%59.61%-
XYZ21.3321.569.17-
YUV126.4497.28146.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=43.68%
G=35.63%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521247200.180.530.403935.7143.92
Hex987C48012352827242c
Octal2301741100226550474454
Binary1001100011111001001000010010110101101000100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,72); }

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

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

 a { background-color: rgb(152,124,72); }

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

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

 span { border-color: rgb(152,124,72); }

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