#98874C

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

Shades of Muesli #98874C

Tints of Muesli #98874C

Color information

#98874C (or 0x98874C) is unknown color: approx Muesli. HEX triplet: 98, 87 and 4C. RGB value is (152,135,76). Sum of RGB (Red+Green+Blue) = 152+135+76=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98874C is #6778B3. Grayscale: #858585. Windows color (decimal): -6781108 or 5015448. OLE color: 5015448.

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

Color convert

RGB15213576-
CMYK00.110.500.40
HSL46.58º33.33%44.71%-
HSV(B)46.58º50%59.61%-
XYZ22.9224.5310.36-
YUV133.3695.63141.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=41.87%
G=37.19%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521357600.110.500.4046.5833.3344.71
Hex98874C0B32282f212d
Octal2302071140136250574155
Binary1001100010000111100110001011110010101000101111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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