#575348

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

Shades of Masala #575348

Tints of Masala #575348

Color information

#575348 (or 0x575348) is unknown color: approx Masala. HEX triplet: 57, 53 and 48. RGB value is (87,83,72). Sum of RGB (Red+Green+Blue) = 87+83+72=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #575348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575348 is #A8ACB7. Grayscale: #525252. Windows color (decimal): -11054264 or 4739927. OLE color: 4739927.

HSL color Cylindrical-coordinate representation of color #575348: hue angle of 44º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575348 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB878372-
CMYK00.050.170.66
HSL44º9.43%31.18%-
HSV(B)44º17.24%34.12%-
XYZ8.198.687.37-
YUV82.94121.83130.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=35.95%
G=34.30%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87837200.050.170.66449.4331.18
Hex5753480511422c91f
Octal1271231100521102541137
Binary1010111101001110010000101100011000010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575348; }

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

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

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

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

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

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

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

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