#9A7C4D

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

Shades of Muesli #9A7C4D

Tints of Muesli #9A7C4D

Color information

#9A7C4D (or 0x9A7C4D) is unknown color: approx Muesli. HEX triplet: 9A, 7C and 4D. RGB value is (154,124,77). Sum of RGB (Red+Green+Blue) = 154+124+77=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C4D is #6583B2. Grayscale: #7F7F7F. Windows color (decimal): -6652851 or 5078170. OLE color: 5078170.

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

Color convert

RGB15412477-
CMYK00.190.500.40
HSL36.62º33.33%45.29%-
HSV(B)36.62º50%60.39%-
XYZ21.8721.8210.08-
YUV127.6199.44146.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.38%
GREEN value IS 124 (48.83% from 255) = 34.93%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=43.38%
G=34.93%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541247700.190.500.4036.6233.3345.29
Hex9A7C4D013322825212d
Octal2321741150236250454155
Binary1001101011111001001101010011110010101000100101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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