#9D8250

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

Shades of Muesli #9D8250

Tints of Muesli #9D8250

Color information

#9D8250 (or 0x9D8250) is unknown color: approx Muesli. HEX triplet: 9D, 82 and 50. RGB value is (157,130,80). Sum of RGB (Red+Green+Blue) = 157+130+80=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8250 is #627DAF. Grayscale: #848484. Windows color (decimal): -6454704 or 5276317. OLE color: 5276317.

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

Color convert

RGB15713080-
CMYK00.170.490.38
HSL38.96º32.49%46.47%-
HSV(B)38.96º49.04%61.57%-
XYZ23.3423.7110.94-
YUV132.3798.45145.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=42.78%
G=35.42%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571308000.170.490.3838.9632.4946.47
Hex9D8250011312627202e
Octal2352021200216146474056
Binary10011101100000101010000010001110001100110100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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