#9D7F4E

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

Shades of Muesli #9D7F4E

Tints of Muesli #9D7F4E

Color information

#9D7F4E (or 0x9D7F4E) is unknown color: approx Muesli. HEX triplet: 9D, 7F and 4E. RGB value is (157,127,78). Sum of RGB (Red+Green+Blue) = 157+127+78=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7F4E is #6280B1. Grayscale: #828282. Windows color (decimal): -6455474 or 5144477. OLE color: 5144477.

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

Color convert

RGB15712778-
CMYK00.190.500.38
HSL37.22º33.62%46.08%-
HSV(B)37.22º50.32%61.57%-
XYZ22.8722.910.42-
YUV130.3898.44146.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=43.37%
G=35.08%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571277800.190.500.3837.2233.6246.08
Hex9D7F4E013322625222e
Octal2351771160236246454256
Binary1001110111111111001110010011110010100110100101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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