#9C7C4C

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

Shades of Muesli #9C7C4C

Tints of Muesli #9C7C4C

Color information

#9C7C4C (or 0x9C7C4C) is unknown color: approx Muesli. HEX triplet: 9C, 7C and 4C. RGB value is (156,124,76). Sum of RGB (Red+Green+Blue) = 156+124+76=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7C4C is #6383B3. Grayscale: #808080. Windows color (decimal): -6521780 or 5012636. OLE color: 5012636.

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

Color convert

RGB15612476-
CMYK00.210.510.39
HSL36º34.48%45.49%-
HSV(B)36º51.28%61.18%-
XYZ22.2222.019.91-
YUV128.198.6147.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=43.82%
G=34.83%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561247600.210.510.393634.4845.49
Hex9C7C4C015332724222d
Octal2341741140256347444255
Binary1001110011111001001100010101110011100111100100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,76); }

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

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

 a { background-color: rgb(156,124,76); }

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

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

 span { border-color: rgb(156,124,76); }

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