#9D824D

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

Shades of Muesli #9D824D

Tints of Muesli #9D824D

Color information

#9D824D (or 0x9D824D) is unknown color: approx Muesli. HEX triplet: 9D, 82 and 4D. RGB value is (157,130,77). Sum of RGB (Red+Green+Blue) = 157+130+77=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D824D is #627DB2. Grayscale: #848484. Windows color (decimal): -6454707 or 5079709. OLE color: 5079709.

HSL color Cylindrical-coordinate representation of color #9D824D: hue angle of 39.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D824D is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15713077-
CMYK00.170.510.38
HSL39.75º34.19%45.88%-
HSV(B)39.75º50.96%61.57%-
XYZ23.2323.6710.37-
YUV132.0396.95145.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.13%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=43.13%
G=35.71%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571307700.170.510.3839.7534.1945.88
Hex9D824D011332628222e
Octal2352021150216346504256
Binary10011101100000101001101010001110011100110101000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,130,77); }

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

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

 a { background-color: rgb(157,130,77); }

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

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

 span { border-color: rgb(157,130,77); }

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