#9D8459

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

Shades of Muesli #9D8459

Tints of Muesli #9D8459

Color information

#9D8459 (or 0x9D8459) is unknown color: approx Muesli. HEX triplet: 9D, 84 and 59. RGB value is (157,132,89). Sum of RGB (Red+Green+Blue) = 157+132+89=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8459 is #627BA6. Grayscale: #868686. Windows color (decimal): -6454183 or 5866653. OLE color: 5866653.

HSL color Cylindrical-coordinate representation of color #9D8459: hue angle of 37.94º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D8459 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB15713289-
CMYK00.160.430.38
HSL37.94º27.64%48.24%-
HSV(B)37.94º43.31%61.57%-
XYZ23.9624.3912.9-
YUV134.57102.28144-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=41.53%
G=34.92%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571328900.160.430.3837.9427.6448.24
Hex9D84590102B26261c30
Octal2352041310205346463460
Binary1001110110000100101100101000010101110011010011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,89); }

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

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

 a { background-color: rgb(157,132,89); }

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

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

 span { border-color: rgb(157,132,89); }

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