#595241

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

Shades of Masala #595241

Tints of Masala #595241

Color information

#595241 (or 0x595241) is unknown color: approx Masala. HEX triplet: 59, 52 and 41. RGB value is (89,82,65). Sum of RGB (Red+Green+Blue) = 89+82+65=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #595241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595241 is #A6ADBE. Grayscale: #525252. Windows color (decimal): -10923455 or 4280921. OLE color: 4280921.

HSL color Cylindrical-coordinate representation of color #595241: hue angle of 42.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595241 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB898265-
CMYK00.080.270.65
HSL42.5º15.58%30.2%-
HSV(B)42.5º26.97%34.9%-
XYZ8.098.546.22-
YUV82.16118.32132.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=37.71%
G=34.75%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89826500.080.270.6542.515.5830.2
Hex595241081B412b101e
Octal13112210101033101532036
Binary101100110100101000001010001101110000011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595241; }

 p { color: rgb(89,82,65); }

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

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

 a { background-color: rgb(89,82,65); }

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

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

 span { border-color: rgb(89,82,65); }

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