#9D7D44

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

Shades of Muesli #9D7D44

Tints of Muesli #9D7D44

Color information

#9D7D44 (or 0x9D7D44) is unknown color: approx Muesli. HEX triplet: 9D, 7D and 44. RGB value is (157,125,68). Sum of RGB (Red+Green+Blue) = 157+125+68=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7D44 is #6282BB. Grayscale: #808080. Windows color (decimal): -6455996 or 4488605. OLE color: 4488605.

HSL color Cylindrical-coordinate representation of color #9D7D44: hue angle of 38.43º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D7D44 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB15712568-
CMYK00.200.570.38
HSL38.43º39.56%44.12%-
HSV(B)38.43º56.69%61.57%-
XYZ22.2822.258.59-
YUV128.0794.1148.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 68 (26.95% from 255) = 19.43%
R=44.86%
G=35.71%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571256800.200.570.3838.4339.5644.12
Hex9D7D44014392626282c
Octal2351751040247146465054
Binary1001110111111011000100010100111001100110100110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,125,68); }

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

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

 a { background-color: rgb(157,125,68); }

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

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

 span { border-color: rgb(157,125,68); }

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