#9A894F

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

Shades of Muesli #9A894F

Tints of Muesli #9A894F

Color information

#9A894F (or 0x9A894F) is unknown color: approx Muesli. HEX triplet: 9A, 89 and 4F. RGB value is (154,137,79). Sum of RGB (Red+Green+Blue) = 154+137+79=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A894F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A894F is #6576B0. Grayscale: #878787. Windows color (decimal): -6649521 or 5212570. OLE color: 5212570.

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

Color convert

RGB15413779-
CMYK00.110.490.40
HSL46.4º32.19%45.69%-
HSV(B)46.4º48.7%60.39%-
XYZ23.6825.3311.04-
YUV135.4796.13141.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 79 (31.25% from 255) = 21.35%
R=41.62%
G=37.03%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541377900.110.490.4046.432.1945.69
Hex9A894F0B31282e202e
Octal2322111170136150564056
Binary1001101010001001100111101011110001101000101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A894F; }

 p { color: rgb(154,137,79); }

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

<style>
 a { background-color: #9A894F; }

 a { background-color: rgb(154,137,79); }

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

<style>
 span { border-color: #9A894F; }

 span { border-color: rgb(154,137,79); }

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