#9D8351

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

Shades of Muesli #9D8351

Tints of Muesli #9D8351

Color information

#9D8351 (or 0x9D8351) is unknown color: approx Muesli. HEX triplet: 9D, 83 and 51. RGB value is (157,131,81). Sum of RGB (Red+Green+Blue) = 157+131+81=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8351 is #627CAE. Grayscale: #858585. Windows color (decimal): -6454447 or 5342109. OLE color: 5342109.

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

Color convert

RGB15713181-
CMYK00.170.480.38
HSL39.47º31.93%46.67%-
HSV(B)39.47º48.41%61.57%-
XYZ23.5123.9911.18-
YUV133.0798.61145.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=42.55%
G=35.50%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571318100.170.480.3839.4731.9346.67
Hex9D8351011302627202f
Octal2352031210216046474057
Binary10011101100000111010001010001110000100110100111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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