#9A7944

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

Shades of Muesli #9A7944

Tints of Muesli #9A7944

Color information

#9A7944 (or 0x9A7944) is unknown color: approx Muesli. HEX triplet: 9A, 79 and 44. RGB value is (154,121,68). Sum of RGB (Red+Green+Blue) = 154+121+68=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7944 is #6586BB. Grayscale: #7D7D7D. Windows color (decimal): -6653628 or 4487578. OLE color: 4487578.

HSL color Cylindrical-coordinate representation of color #9A7944: hue angle of 36.98º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A7944 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.40.

Color convert

RGB15412168-
CMYK00.210.560.40
HSL36.98º38.74%43.53%-
HSV(B)36.98º55.84%60.39%-
XYZ21.2120.968.4-
YUV124.8295.93148.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=44.90%
G=35.28%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541216800.210.560.4036.9838.7443.53
Hex9A7944015382825272c
Octal2321711040257050454754
Binary1001101011110011000100010101111000101000100101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,121,68); }

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

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

 a { background-color: rgb(154,121,68); }

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

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

 span { border-color: rgb(154,121,68); }

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