#595348

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

Shades of Masala #595348

Tints of Masala #595348

Color information

#595348 (or 0x595348) is unknown color: approx Masala. HEX triplet: 59, 53 and 48. RGB value is (89,83,72). Sum of RGB (Red+Green+Blue) = 89+83+72=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #595348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595348 is #A6ACB7. Grayscale: #535353. Windows color (decimal): -10923192 or 4739929. OLE color: 4739929.

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

Color convert

RGB898372-
CMYK00.070.190.65
HSL38.82º10.56%31.57%-
HSV(B)38.82º19.1%34.9%-
XYZ8.388.787.38-
YUV83.54121.49131.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=36.48%
G=34.02%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89837200.070.190.6538.8210.5631.57
Hex59534807134127b20
Octal1311231100723101471340
Binary10110011010011100100001111001110000011001111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595348; }

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

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

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

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

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

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

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

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