#57534A

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

Shades of Masala #57534A

Tints of Masala #57534A

Color information

#57534A (or 0x57534A) is unknown color: approx Masala. HEX triplet: 57, 53 and 4A. RGB value is (87,83,74). Sum of RGB (Red+Green+Blue) = 87+83+74=244 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.66% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 87 - color contains mainly: red. Hex color #57534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57534A is #A8ACB5. Grayscale: #535353. Windows color (decimal): -11054262 or 4870999. OLE color: 4870999.

HSL color Cylindrical-coordinate representation of color #57534A: hue angle of 41.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57534A is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB878374-
CMYK00.050.150.66
HSL41.54º8.07%31.57%-
HSV(B)41.54º14.94%34.12%-
XYZ8.268.717.72-
YUV83.17122.83130.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.66%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=35.66%
G=34.02%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87837400.050.150.6641.548.0731.57
Hex57534A05F422a820
Octal1271231120517102521040
Binary1010111101001110010100101111110000101010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57534A; }

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

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

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

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

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

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

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

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