#57544B

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

Shades of Masala #57544B

Tints of Masala #57544B

Color information

#57544B (or 0x57544B) is unknown color: approx Masala. HEX triplet: 57, 54 and 4B. RGB value is (87,84,75). Sum of RGB (Red+Green+Blue) = 87+84+75=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #57544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57544B is #A8ABB4. Grayscale: #535353. Windows color (decimal): -11054005 or 4936791. OLE color: 4936791.

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

Color convert

RGB878475-
CMYK00.030.140.66
HSL45º7.41%31.76%-
HSV(B)45º13.79%34.12%-
XYZ8.378.877.93-
YUV83.87122.99130.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=35.37%
G=34.15%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87847500.030.140.66457.4131.76
Hex57544B03E422d720
Octal127124113031610255740
Binary10101111010100100101101111101000010101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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