#9C7E49

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

Shades of Muesli #9C7E49

Tints of Muesli #9C7E49

Color information

#9C7E49 (or 0x9C7E49) is unknown color: approx Muesli. HEX triplet: 9C, 7E and 49. RGB value is (156,126,73). Sum of RGB (Red+Green+Blue) = 156+126+73=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E49 is #6381B6. Grayscale: #818181. Windows color (decimal): -6521271 or 4816540. OLE color: 4816540.

HSL color Cylindrical-coordinate representation of color #9C7E49: hue angle of 38.31º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C7E49 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB15612673-
CMYK00.190.530.39
HSL38.31º36.24%44.9%-
HSV(B)38.31º53.21%61.18%-
XYZ22.3722.479.46-
YUV128.9396.44147.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=43.94%
G=35.49%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561267300.190.530.3938.3136.2444.9
Hex9C7E49013352726242d
Octal2341761110236547464455
Binary1001110011111101001001010011110101100111100110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,126,73); }

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

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

 a { background-color: rgb(156,126,73); }

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

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

 span { border-color: rgb(156,126,73); }

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