#9D895D

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

Shades of Muesli #9D895D

Tints of Muesli #9D895D

Color information

#9D895D (or 0x9D895D) is unknown color: approx Muesli. HEX triplet: 9D, 89 and 5D. RGB value is (157,137,93). Sum of RGB (Red+Green+Blue) = 157+137+93=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D895D is #6276A2. Grayscale: #8A8A8A. Windows color (decimal): -6452899 or 6130077. OLE color: 6130077.

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

Color convert

RGB15713793-
CMYK00.130.410.38
HSL41.25º25.6%49.02%-
HSV(B)41.25º40.76%61.57%-
XYZ24.8325.8514.04-
YUV137.96102.63141.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.57%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=40.57%
G=35.40%
B=24.03%

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
Decimal1571379300.130.410.3841.2525.649.02
Hex9D895D0D2926291a31
Octal2352111350155146513261
Binary100111011000100110111010110110100110011010100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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