#988247

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

Shades of Muesli #988247

Tints of Muesli #988247

Color information

#988247 (or 0x988247) is unknown color: approx Muesli. HEX triplet: 98, 82 and 47. RGB value is (152,130,71). Sum of RGB (Red+Green+Blue) = 152+130+71=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #988247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988247 is #677DB8. Grayscale: #828282. Windows color (decimal): -6782393 or 4686488. OLE color: 4686488.

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

Color convert

RGB15213071-
CMYK00.140.530.40
HSL43.7º36.32%43.73%-
HSV(B)43.7º53.29%59.61%-
XYZ22.0723.19.26-
YUV129.8594.79143.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 71 (28.12% from 255) = 20.11%
R=43.06%
G=36.83%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521307100.140.530.4043.736.3243.73
Hex9882470E35282c242c
Octal2302021070166550544454
Binary1001100010000010100011101110110101101000101100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988247; }

 p { color: rgb(152,130,71); }

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

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

 a { background-color: rgb(152,130,71); }

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

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

 span { border-color: rgb(152,130,71); }

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