#98874D

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

Shades of Muesli #98874D

Tints of Muesli #98874D

Color information

#98874D (or 0x98874D) is unknown color: approx Muesli. HEX triplet: 98, 87 and 4D. RGB value is (152,135,77). Sum of RGB (Red+Green+Blue) = 152+135+77=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98874D is #6778B2. Grayscale: #858585. Windows color (decimal): -6781107 or 5080984. OLE color: 5080984.

HSL color Cylindrical-coordinate representation of color #98874D: hue angle of 46.4º degrees, saturation: 0.33, 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 #98874D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15213577-
CMYK00.110.490.40
HSL46.4º32.75%44.9%-
HSV(B)46.4º49.34%59.61%-
XYZ22.9524.5410.55-
YUV133.4796.13141.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=41.76%
G=37.09%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521357700.110.490.4046.432.7544.9
Hex98874D0B31282e212d
Octal2302071150136150564155
Binary1001100010000111100110101011110001101000101110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98874D; }

 p { color: rgb(152,135,77); }

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

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

 a { background-color: rgb(152,135,77); }

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

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

 span { border-color: rgb(152,135,77); }

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