#59544A

Color #59544A Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #59544A

Tints of Masala #59544A

Color information

#59544A (or 0x59544A) is unknown color: approx Masala. HEX triplet: 59, 54 and 4A. RGB value is (89,84,74). Sum of RGB (Red+Green+Blue) = 89+84+74=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #59544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59544A is #A6ABB5. Grayscale: #545454. Windows color (decimal): -10922934 or 4871257. OLE color: 4871257.

HSL color Cylindrical-coordinate representation of color #59544A: hue angle of 40º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #59544A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB898474-
CMYK00.060.170.65
HSL40º9.2%31.96%-
HSV(B)40º16.85%34.9%-
XYZ8.538.967.76-
YUV84.35122.16131.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=36.03%
G=34.01%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89847400.060.170.65409.231.96
Hex59544A06114128920
Octal1311241120621101501140
Binary10110011010100100101001101000110000011010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59544A; }

 p { color: rgb(89,84,74); }

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

<style>
 a { background-color: #59544A; }

 a { background-color: rgb(89,84,74); }

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

<style>
 span { border-color: #59544A; }

 span { border-color: rgb(89,84,74); }

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