#9D8448

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

Shades of Muesli #9D8448

Tints of Muesli #9D8448

Color information

#9D8448 (or 0x9D8448) is unknown color: approx Muesli. HEX triplet: 9D, 84 and 48. RGB value is (157,132,72). Sum of RGB (Red+Green+Blue) = 157+132+72=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8448 is #627BB7. Grayscale: #848484. Windows color (decimal): -6454200 or 4752541. OLE color: 4752541.

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

Color convert

RGB15713272-
CMYK00.160.540.38
HSL42.35º37.12%44.9%-
HSV(B)42.35º54.14%61.57%-
XYZ23.3324.149.56-
YUV132.6493.78145.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=43.49%
G=36.57%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571327200.160.540.3842.3537.1244.9
Hex9D844801036262a252d
Octal2352041100206646524555
Binary10011101100001001001000010000110110100110101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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