#98854F

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

Shades of Muesli #98854F

Tints of Muesli #98854F

Color information

#98854F (or 0x98854F) is unknown color: approx Muesli. HEX triplet: 98, 85 and 4F. RGB value is (152,133,79). Sum of RGB (Red+Green+Blue) = 152+133+79=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98854F is #677AB0. Grayscale: #848484. Windows color (decimal): -6781617 or 5211544. OLE color: 5211544.

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

Color convert

RGB15213379-
CMYK00.130.480.40
HSL44.38º31.6%45.29%-
HSV(B)44.38º48.03%59.61%-
XYZ22.7524.0110.83-
YUV132.5297.79141.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=41.76%
G=36.54%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521337900.130.480.4044.3831.645.29
Hex98854F0D30282c202d
Octal2302051170156050544055
Binary1001100010000101100111101101110000101000101100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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