#9D784C

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

Shades of Muesli #9D784C

Tints of Muesli #9D784C

Color information

#9D784C (or 0x9D784C) is unknown color: approx Muesli. HEX triplet: 9D, 78 and 4C. RGB value is (157,120,76). Sum of RGB (Red+Green+Blue) = 157+120+76=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D784C is #6287B3. Grayscale: #7E7E7E. Windows color (decimal): -6457268 or 5011613. OLE color: 5011613.

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

Color convert

RGB15712076-
CMYK00.240.520.38
HSL32.59º34.76%45.69%-
HSV(B)32.59º51.59%61.57%-
XYZ21.9321.129.76-
YUV126.0599.76150.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=44.48%
G=33.99%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571207600.240.520.3832.5934.7645.69
Hex9D784C018342621232e
Octal2351701140306446414356
Binary1001110111110001001100011000110100100110100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,120,76); }

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

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

 a { background-color: rgb(157,120,76); }

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

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

 span { border-color: rgb(157,120,76); }

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