#575247

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

Shades of Masala #575247

Tints of Masala #575247

Color information

#575247 (or 0x575247) is unknown color: approx Masala. HEX triplet: 57, 52 and 47. RGB value is (87,82,71). Sum of RGB (Red+Green+Blue) = 87+82+71=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575247 is #A8ADB8. Grayscale: #525252. Windows color (decimal): -11054521 or 4674135. OLE color: 4674135.

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

Color convert

RGB878271-
CMYK00.060.180.66
HSL41.25º10.13%30.98%-
HSV(B)41.25º18.39%34.12%-
XYZ8.098.527.18-
YUV82.24121.66131.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=36.25%
G=34.17%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87827100.060.180.6641.2510.1330.98
Hex57524706124229a1f
Octal1271221070622102511237
Binary1010111101001010001110110100101000010101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575247; }

 p { color: rgb(87,82,71); }

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

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

 a { background-color: rgb(87,82,71); }

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

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

 span { border-color: rgb(87,82,71); }

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