#9D885D

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

Shades of Muesli #9D885D

Tints of Muesli #9D885D

Color information

#9D885D (or 0x9D885D) is unknown color: approx Muesli. HEX triplet: 9D, 88 and 5D. RGB value is (157,136,93). Sum of RGB (Red+Green+Blue) = 157+136+93=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D885D is #6277A2. Grayscale: #898989. Windows color (decimal): -6453155 or 6129821. OLE color: 6129821.

HSL color Cylindrical-coordinate representation of color #9D885D: hue angle of 40.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D885D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15713693-
CMYK00.130.410.38
HSL40.31º25.6%49.02%-
HSV(B)40.31º40.76%61.57%-
XYZ24.6825.5713.99-
YUV137.38102.96142-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=40.67%
G=35.23%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571369300.130.410.3840.3125.649.02
Hex9D885D0D2926281a31
Octal2352101350155146503261
Binary100111011000100010111010110110100110011010100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,136,93); }

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

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

 a { background-color: rgb(157,136,93); }

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

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

 span { border-color: rgb(157,136,93); }

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