#595345

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

Shades of Masala #595345

Tints of Masala #595345

Color information

#595345 (or 0x595345) is unknown color: approx Masala. HEX triplet: 59, 53 and 45. RGB value is (89,83,69). Sum of RGB (Red+Green+Blue) = 89+83+69=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #595345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595345 is #A6ACBA. Grayscale: #535353. Windows color (decimal): -10923195 or 4543321. OLE color: 4543321.

HSL color Cylindrical-coordinate representation of color #595345: hue angle of 42º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #595345 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB898369-
CMYK00.070.220.65
HSL42º12.66%30.98%-
HSV(B)42º22.47%34.9%-
XYZ8.298.746.88-
YUV83.2119.99132.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=36.93%
G=34.44%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89836900.070.220.654212.6630.98
Hex5953450716412ad1f
Octal1311231050726101521537
Binary1011001101001110001010111101101000001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595345; }

 p { color: rgb(89,83,69); }

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

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

 a { background-color: rgb(89,83,69); }

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

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

 span { border-color: rgb(89,83,69); }

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