#9C7D4D

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

Shades of Muesli #9C7D4D

Tints of Muesli #9C7D4D

Color information

#9C7D4D (or 0x9C7D4D) is unknown color: approx Muesli. HEX triplet: 9C, 7D and 4D. RGB value is (156,125,77). Sum of RGB (Red+Green+Blue) = 156+125+77=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D4D is #6382B2. Grayscale: #818181. Windows color (decimal): -6521523 or 5078428. OLE color: 5078428.

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

Color convert

RGB15612577-
CMYK00.200.510.39
HSL36.46º33.91%45.69%-
HSV(B)36.46º50.64%61.18%-
XYZ22.3822.2710.14-
YUV128.898.77147.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=43.58%
G=34.92%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561257700.200.510.3936.4633.9145.69
Hex9C7D4D014332724222e
Octal2341751150246347444256
Binary1001110011111011001101010100110011100111100100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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