#9D8851

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

Shades of Muesli #9D8851

Tints of Muesli #9D8851

Color information

#9D8851 (or 0x9D8851) is unknown color: approx Muesli. HEX triplet: 9D, 88 and 51. RGB value is (157,136,81). Sum of RGB (Red+Green+Blue) = 157+136+81=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8851 is #6277AE. Grayscale: #888888. Windows color (decimal): -6453167 or 5343389. OLE color: 5343389.

HSL color Cylindrical-coordinate representation of color #9D8851: hue angle of 43.42º 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 #9D8851 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB15713681-
CMYK00.130.480.38
HSL43.42º31.93%46.67%-
HSV(B)43.42º48.41%61.57%-
XYZ24.1925.3711.41-
YUV136.0196.96142.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.98%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=41.98%
G=36.36%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571368100.130.480.3843.4231.9346.67
Hex9D88510D30262b202f
Octal2352101210156046534057
Binary1001110110001000101000101101110000100110101011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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