#9C8351

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

Shades of Muesli #9C8351

Tints of Muesli #9C8351

Color information

#9C8351 (or 0x9C8351) is unknown color: approx Muesli. HEX triplet: 9C, 83 and 51. RGB value is (156,131,81). Sum of RGB (Red+Green+Blue) = 156+131+81=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8351 is #637CAE. Grayscale: #858585. Windows color (decimal): -6519983 or 5342108. OLE color: 5342108.

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

Color convert

RGB15613181-
CMYK00.160.480.39
HSL40º31.65%46.47%-
HSV(B)40º48.08%61.18%-
XYZ23.3123.8911.17-
YUV132.7898.78144.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 81 (32.03% from 255) = 22.01%
R=42.39%
G=35.60%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561318100.160.480.394031.6546.47
Hex9C8351010302728202e
Octal2342031210206047504056
Binary10011100100000111010001010000110000100111101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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