#9D794D

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

Shades of Muesli #9D794D

Tints of Muesli #9D794D

Color information

#9D794D (or 0x9D794D) is unknown color: approx Muesli. HEX triplet: 9D, 79 and 4D. RGB value is (157,121,77). Sum of RGB (Red+Green+Blue) = 157+121+77=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D794D is #6286B2. Grayscale: #7E7E7E. Windows color (decimal): -6457011 or 5077405. OLE color: 5077405.

HSL color Cylindrical-coordinate representation of color #9D794D: hue angle of 33º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D794D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15712177-
CMYK00.230.510.38
HSL33º34.19%45.88%-
HSV(B)33º50.96%61.57%-
XYZ22.0821.389.98-
YUV126.7599.93149.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=44.23%
G=34.08%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571217700.230.510.383334.1945.88
Hex9D794D017332621222e
Octal2351711150276346414256
Binary1001110111110011001101010111110011100110100001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,121,77); }

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

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

 a { background-color: rgb(157,121,77); }

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

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

 span { border-color: rgb(157,121,77); }

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