#9D824E

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

Shades of Muesli #9D824E

Tints of Muesli #9D824E

Color information

#9D824E (or 0x9D824E) is unknown color: approx Muesli. HEX triplet: 9D, 82 and 4E. RGB value is (157,130,78). Sum of RGB (Red+Green+Blue) = 157+130+78=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D824E is #627DB1. Grayscale: #848484. Windows color (decimal): -6454706 or 5145245. OLE color: 5145245.

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

Color convert

RGB15713078-
CMYK00.170.500.38
HSL39.49º33.62%46.08%-
HSV(B)39.49º50.32%61.57%-
XYZ23.2623.6810.55-
YUV132.1597.45145.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.01%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=43.01%
G=35.62%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571307800.170.500.3839.4933.6246.08
Hex9D824E011322627222e
Octal2352021160216246474256
Binary10011101100000101001110010001110010100110100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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