#9D8558

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

Shades of Muesli #9D8558

Tints of Muesli #9D8558

Color information

#9D8558 (or 0x9D8558) is unknown color: approx Muesli. HEX triplet: 9D, 85 and 58. RGB value is (157,133,88). Sum of RGB (Red+Green+Blue) = 157+133+88=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8558 is #627AA7. Grayscale: #878787. Windows color (decimal): -6453928 or 5801373. OLE color: 5801373.

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

Color convert

RGB15713388-
CMYK00.150.440.38
HSL39.13º28.16%48.04%-
HSV(B)39.13º43.95%61.57%-
XYZ24.0524.6512.72-
YUV135.05101.45143.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=41.53%
G=35.19%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571338800.150.440.3839.1328.1648.04
Hex9D85580F2C26271c30
Octal2352051300175446473460
Binary100111011000010110110000111110110010011010011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,88); }

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

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

 a { background-color: rgb(157,133,88); }

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

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

 span { border-color: rgb(157,133,88); }

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