#9C7A54

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

Shades of Muesli #9C7A54

Tints of Muesli #9C7A54

Color information

#9C7A54 (or 0x9C7A54) is unknown color: approx Muesli. HEX triplet: 9C, 7A and 54. RGB value is (156,122,84). Sum of RGB (Red+Green+Blue) = 156+122+84=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7A54 is #6385AB. Grayscale: #808080. Windows color (decimal): -6522284 or 5536412. OLE color: 5536412.

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

Color convert

RGB15612284-
CMYK00.220.460.39
HSL31.67º30%47.06%-
HSV(B)31.67º46.15%61.18%-
XYZ22.2721.6311.39-
YUV127.83103.26148.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.09%
GREEN value IS 122 (48.05% from 255) = 33.70%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=43.09%
G=33.70%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561228400.220.460.3931.673047.06
Hex9C7A540162E27201e2f
Octal2341721240265647403657
Binary100111001111010101010001011010111010011110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,84); }

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

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

 a { background-color: rgb(156,122,84); }

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

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

 span { border-color: rgb(156,122,84); }

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