#9C7F52

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

Shades of Muesli #9C7F52

Tints of Muesli #9C7F52

Color information

#9C7F52 (or 0x9C7F52) is unknown color: approx Muesli. HEX triplet: 9C, 7F and 52. RGB value is (156,127,82). Sum of RGB (Red+Green+Blue) = 156+127+82=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F52 is #6380AD. Grayscale: #828282. Windows color (decimal): -6521006 or 5406620. OLE color: 5406620.

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

Color convert

RGB15612782-
CMYK00.190.470.39
HSL36.49º31.09%46.67%-
HSV(B)36.49º47.44%61.18%-
XYZ22.8222.8611.19-
YUV130.54100.61146.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=42.74%
G=34.79%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561278200.190.470.3936.4931.0946.67
Hex9C7F520132F27241f2f
Octal2341771220235747443757
Binary100111001111111101001001001110111110011110010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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