#9C7F4D

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

Shades of Muesli #9C7F4D

Tints of Muesli #9C7F4D

Color information

#9C7F4D (or 0x9C7F4D) is unknown color: approx Muesli. HEX triplet: 9C, 7F and 4D. RGB value is (156,127,77). Sum of RGB (Red+Green+Blue) = 156+127+77=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F4D is #6380B2. Grayscale: #828282. Windows color (decimal): -6521011 or 5078940. OLE color: 5078940.

HSL color Cylindrical-coordinate representation of color #9C7F4D: hue angle of 37.97º 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 #9C7F4D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB15612777-
CMYK00.190.510.39
HSL37.97º33.91%45.69%-
HSV(B)37.97º50.64%61.18%-
XYZ22.6422.7810.23-
YUV129.9798.11146.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=43.33%
G=35.28%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561277700.190.510.3937.9733.9145.69
Hex9C7F4D013332726222e
Octal2341771150236347464256
Binary1001110011111111001101010011110011100111100110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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