#57544C

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

Shades of Masala #57544C

Tints of Masala #57544C

Color information

#57544C (or 0x57544C) is unknown color: approx Masala. HEX triplet: 57, 54 and 4C. RGB value is (87,84,76). Sum of RGB (Red+Green+Blue) = 87+84+76=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #57544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57544C is #A8ABB3. Grayscale: #545454. Windows color (decimal): -11054004 or 5002327. OLE color: 5002327.

HSL color Cylindrical-coordinate representation of color #57544C: hue angle of 43.64º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57544C is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB878476-
CMYK00.030.130.66
HSL43.64º6.75%31.96%-
HSV(B)43.64º12.64%34.12%-
XYZ8.418.898.11-
YUV83.98123.49130.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=35.22%
G=34.01%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87847600.030.130.6643.646.7531.96
Hex57544C03D422c720
Octal127124114031510254740
Binary10101111010100100110001111011000010101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57544C; }

 p { color: rgb(87,84,76); }

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

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

 a { background-color: rgb(87,84,76); }

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

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

 span { border-color: rgb(87,84,76); }

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