#9D7A4E

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

Shades of Muesli #9D7A4E

Tints of Muesli #9D7A4E

Color information

#9D7A4E (or 0x9D7A4E) is unknown color: approx Muesli. HEX triplet: 9D, 7A and 4E. RGB value is (157,122,78). Sum of RGB (Red+Green+Blue) = 157+122+78=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7A4E is #6285B1. Grayscale: #7F7F7F. Windows color (decimal): -6456754 or 5143197. OLE color: 5143197.

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

Color convert

RGB15712278-
CMYK00.220.500.38
HSL33.42º33.62%46.08%-
HSV(B)33.42º50.32%61.57%-
XYZ22.2421.6410.21-
YUV127.45100.1149.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.98%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=43.98%
G=34.17%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571227800.220.500.3833.4233.6246.08
Hex9D7A4E016322621222e
Octal2351721160266246414256
Binary1001110111110101001110010110110010100110100001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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