#9a854d

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

Shades of Muesli #9A854D

Tints of Muesli #9A854D

Color information

#9A854D (or 0x9A854D) is unknown color: approx Muesli. HEX triplet: 9A, 85 and 4D. RGB value is (154,133,77). Sum of RGB (Red+Green+Blue) = 154+133+77=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A854D is #657AB2. Grayscale: #858585. Windows color (decimal): -6650547 or 5080474. OLE color: 5080474.

HSL color Cylindrical-coordinate representation of color #9A854D: hue angle of 43.64º 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 #9A854D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15413377-
CMYK00.140.500.40
HSL43.64º33.33%45.29%-
HSV(B)43.64º50%60.39%-
XYZ23.0524.1810.47-
YUV132.8996.46143.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.31%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=42.31%
G=36.54%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541337700.140.500.4043.6433.3345.29
Hex9A854D0E32282c212d
Octal2322051150166250544155
Binary1001101010000101100110101110110010101000101100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a854d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,133,77); }

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

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

 a { background-color: rgb(154,133,77); }

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

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

 span { border-color: rgb(154,133,77); }

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