#575143

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

Shades of Masala #575143

Tints of Masala #575143

Color information

#575143 (or 0x575143) is unknown color: approx Masala. HEX triplet: 57, 51 and 43. RGB value is (87,81,67). Sum of RGB (Red+Green+Blue) = 87+81+67=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #575143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575143 is #A8AEBC. Grayscale: #515151. Windows color (decimal): -11054781 or 4411735. OLE color: 4411735.

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

Color convert

RGB878167-
CMYK00.070.230.66
HSL42º12.99%30.2%-
HSV(B)42º22.99%34.12%-
XYZ7.898.326.5-
YUV81.2119.99132.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=37.02%
G=34.47%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87816700.070.230.664212.9930.2
Hex5751430717422ad1e
Octal1271211030727102521536
Binary1010111101000110000110111101111000010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575143; }

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

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

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

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

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

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

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

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