#575146

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

Shades of Masala #575146

Tints of Masala #575146

Color information

#575146 (or 0x575146) is unknown color: approx Masala. HEX triplet: 57, 51 and 46. RGB value is (87,81,70). Sum of RGB (Red+Green+Blue) = 87+81+70=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #575146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575146 is #A8AEB9. Grayscale: #515151. Windows color (decimal): -11054778 or 4608343. OLE color: 4608343.

HSL color Cylindrical-coordinate representation of color #575146: hue angle of 38.82º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575146 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB878170-
CMYK00.070.200.66
HSL38.82º10.83%30.78%-
HSV(B)38.82º19.54%34.12%-
XYZ7.988.356.99-
YUV81.54121.49131.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=36.55%
G=34.03%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87817000.070.200.6638.8210.8330.78
Hex57514607144227b1f
Octal1271211060724102471337
Binary1010111101000110001100111101001000010100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575146; }

 p { color: rgb(87,81,70); }

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

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

 a { background-color: rgb(87,81,70); }

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

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

 span { border-color: rgb(87,81,70); }

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