#98855C

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

Shades of Muesli #98855C

Tints of Muesli #98855C

Color information

#98855C (or 0x98855C) is unknown color: approx Muesli. HEX triplet: 98, 85 and 5C. RGB value is (152,133,92). Sum of RGB (Red+Green+Blue) = 152+133+92=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98855C is #677AA3. Grayscale: #868686. Windows color (decimal): -6781604 or 6063512. OLE color: 6063512.

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

Color convert

RGB15213392-
CMYK00.130.390.40
HSL41º24.59%47.84%-
HSV(B)41º39.47%59.61%-
XYZ23.2724.2213.57-
YUV134.01104.29140.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=40.32%
G=35.28%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521339200.130.390.404124.5947.84
Hex98855C0D2728291930
Octal2302051340154750513160
Binary100110001000010110111000110110011110100010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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