#98844C

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

Shades of Muesli #98844C

Tints of Muesli #98844C

Color information

#98844C (or 0x98844C) is unknown color: approx Muesli. HEX triplet: 98, 84 and 4C. RGB value is (152,132,76). Sum of RGB (Red+Green+Blue) = 152+132+76=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98844C is #677BB3. Grayscale: #838383. Windows color (decimal): -6781876 or 5014680. OLE color: 5014680.

HSL color Cylindrical-coordinate representation of color #98844C: hue angle of 44.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98844C is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15213276-
CMYK00.130.500.40
HSL44.21º33.33%44.71%-
HSV(B)44.21º50%59.61%-
XYZ22.523.710.23-
YUV131.696.63142.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=42.22%
G=36.67%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521327600.130.500.4044.2133.3344.71
Hex98844C0D32282c212d
Octal2302041140156250544155
Binary1001100010000100100110001101110010101000101100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,132,76); }

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

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

 a { background-color: rgb(152,132,76); }

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

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

 span { border-color: rgb(152,132,76); }

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