#9D8451

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

Shades of Muesli #9D8451

Tints of Muesli #9D8451

Color information

#9D8451 (or 0x9D8451) is unknown color: approx Muesli. HEX triplet: 9D, 84 and 51. RGB value is (157,132,81). Sum of RGB (Red+Green+Blue) = 157+132+81=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8451 is #627BAE. Grayscale: #858585. Windows color (decimal): -6454191 or 5342365. OLE color: 5342365.

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

Color convert

RGB15713281-
CMYK00.160.480.38
HSL40.26º31.93%46.67%-
HSV(B)40.26º48.41%61.57%-
XYZ23.6424.2611.22-
YUV133.6698.28144.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=42.43%
G=35.68%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571328100.160.480.3840.2631.9346.67
Hex9D8451010302628202f
Octal2352041210206046504057
Binary10011101100001001010001010000110000100110101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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