#98855E

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

Shades of Muesli #98855E

Tints of Muesli #98855E

Color information

#98855E (or 0x98855E) is unknown color: approx Muesli. HEX triplet: 98, 85 and 5E. RGB value is (152,133,94). Sum of RGB (Red+Green+Blue) = 152+133+94=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855E is #677AA1. Grayscale: #868686. Windows color (decimal): -6781602 or 6194584. OLE color: 6194584.

HSL color Cylindrical-coordinate representation of color #98855E: hue angle of 40.34º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98855E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15213394-
CMYK00.130.380.40
HSL40.34º23.58%48.24%-
HSV(B)40.34º38.16%59.61%-
XYZ23.3624.2614.04-
YUV134.24105.29140.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=40.11%
G=35.09%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521339400.130.380.4040.3423.5848.24
Hex98855E0D2628281830
Octal2302051360154650503060
Binary100110001000010110111100110110011010100010100011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98855E; }

 p { color: rgb(152,133,94); }

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

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

 a { background-color: rgb(152,133,94); }

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

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

 span { border-color: rgb(152,133,94); }

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