#9C804D

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

Shades of Muesli #9C804D

Tints of Muesli #9C804D

Color information

#9C804D (or 0x9C804D) is unknown color: approx Muesli. HEX triplet: 9C, 80 and 4D. RGB value is (156,128,77). Sum of RGB (Red+Green+Blue) = 156+128+77=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C804D is #637FB2. Grayscale: #828282. Windows color (decimal): -6520755 or 5079196. OLE color: 5079196.

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

Color convert

RGB15612877-
CMYK00.180.510.39
HSL38.73º33.91%45.69%-
HSV(B)38.73º50.64%61.18%-
XYZ22.7723.0410.27-
YUV130.5697.78146.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.21%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=43.21%
G=35.46%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561287700.180.510.3938.7333.9145.69
Hex9C804D012332727222e
Octal2342001150226347474256
Binary10011100100000001001101010010110011100111100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,77); }

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

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

 a { background-color: rgb(156,128,77); }

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

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

 span { border-color: rgb(156,128,77); }

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