#987B48

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

Shades of Muesli #987B48

Tints of Muesli #987B48

Color information

#987B48 (or 0x987B48) is unknown color: approx Muesli. HEX triplet: 98, 7B and 48. RGB value is (152,123,72). Sum of RGB (Red+Green+Blue) = 152+123+72=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #987B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B48 is #6784B7. Grayscale: #7E7E7E. Windows color (decimal): -6784184 or 4750232. OLE color: 4750232.

HSL color Cylindrical-coordinate representation of color #987B48: hue angle of 38.25º 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 #987B48 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB15212372-
CMYK00.190.530.40
HSL38.25º35.71%43.92%-
HSV(B)38.25º52.63%59.61%-
XYZ21.221.319.13-
YUV125.8697.61146.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=43.80%
G=35.45%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521237200.190.530.4038.2535.7143.92
Hex987B48013352826242c
Octal2301731100236550464454
Binary1001100011110111001000010011110101101000100110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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