#98855B

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

Shades of Muesli #98855B

Tints of Muesli #98855B

Color information

#98855B (or 0x98855B) is unknown color: approx Muesli. HEX triplet: 98, 85 and 5B. RGB value is (152,133,91). Sum of RGB (Red+Green+Blue) = 152+133+91=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855B is #677AA4. Grayscale: #868686. Windows color (decimal): -6781605 or 5997976. OLE color: 5997976.

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

Color convert

RGB15213391-
CMYK00.130.400.40
HSL41.31º25.1%47.65%-
HSV(B)41.31º40.13%59.61%-
XYZ23.2224.2113.35-
YUV133.89103.79140.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=40.43%
G=35.37%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521339100.130.400.4041.3125.147.65
Hex98855B0D2828291930
Octal2302051330155050513160
Binary100110001000010110110110110110100010100010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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