#9D794E

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

Shades of Muesli #9D794E

Tints of Muesli #9D794E

Color information

#9D794E (or 0x9D794E) is unknown color: approx Muesli. HEX triplet: 9D, 79 and 4E. RGB value is (157,121,78). Sum of RGB (Red+Green+Blue) = 157+121+78=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D794E is #6286B1. Grayscale: #7F7F7F. Windows color (decimal): -6457010 or 5142941. OLE color: 5142941.

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

Color convert

RGB15712178-
CMYK00.230.500.38
HSL32.66º33.62%46.08%-
HSV(B)32.66º50.32%61.57%-
XYZ22.1221.3910.17-
YUV126.86100.43149.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=44.10%
G=33.99%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571217800.230.500.3832.6633.6246.08
Hex9D794E017322621222e
Octal2351711160276246414256
Binary1001110111110011001110010111110010100110100001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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