#987D4E

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

Shades of Muesli #987D4E

Tints of Muesli #987D4E

Color information

#987D4E (or 0x987D4E) is unknown color: approx Muesli. HEX triplet: 98, 7D and 4E. RGB value is (152,125,78). Sum of RGB (Red+Green+Blue) = 152+125+78=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #987D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D4E is #6782B1. Grayscale: #7F7F7F. Windows color (decimal): -6783666 or 5143960. OLE color: 5143960.

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

Color convert

RGB15212578-
CMYK00.180.490.40
HSL38.11º32.17%45.1%-
HSV(B)38.11º48.68%59.61%-
XYZ21.6621.8910.29-
YUV127.7299.95145.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=42.82%
G=35.21%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521257800.180.490.4038.1132.1745.1
Hex987D4E012312826202d
Octal2301751160226150464055
Binary1001100011111011001110010010110001101000100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,78); }

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

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

 a { background-color: rgb(152,125,78); }

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

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

 span { border-color: rgb(152,125,78); }

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