#98854E

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

Shades of Muesli #98854E

Tints of Muesli #98854E

Color information

#98854E (or 0x98854E) is unknown color: approx Muesli. HEX triplet: 98, 85 and 4E. RGB value is (152,133,78). Sum of RGB (Red+Green+Blue) = 152+133+78=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98854E is #677AB1. Grayscale: #848484. Windows color (decimal): -6781618 or 5146008. OLE color: 5146008.

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

Color convert

RGB15213378-
CMYK00.130.490.40
HSL44.59º32.17%45.1%-
HSV(B)44.59º48.68%59.61%-
XYZ22.712410.64-
YUV132.4197.29141.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=41.87%
G=36.64%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521337800.130.490.4044.5932.1745.1
Hex98854E0D31282d202d
Octal2302051160156150554055
Binary1001100010000101100111001101110001101000101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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