#98874F

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

Shades of Muesli #98874F

Tints of Muesli #98874F

Color information

#98874F (or 0x98874F) is unknown color: approx Muesli. HEX triplet: 98, 87 and 4F. RGB value is (152,135,79). Sum of RGB (Red+Green+Blue) = 152+135+79=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #98874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98874F is #6778B0. Grayscale: #858585. Windows color (decimal): -6781105 or 5212056. OLE color: 5212056.

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

Color convert

RGB15213579-
CMYK00.110.480.40
HSL46.03º31.6%45.29%-
HSV(B)46.03º48.03%59.61%-
XYZ23.0224.5710.93-
YUV133.797.13141.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=41.53%
G=36.89%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521357900.110.480.4046.0331.645.29
Hex98874F0B30282e202d
Octal2302071170136050564055
Binary1001100010000111100111101011110000101000101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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