#575142

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

Shades of Masala #575142

Tints of Masala #575142

Color information

#575142 (or 0x575142) is unknown color: approx Masala. HEX triplet: 57, 51 and 42. RGB value is (87,81,66). Sum of RGB (Red+Green+Blue) = 87+81+66=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #575142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575142 is #A8AEBD. Grayscale: #515151. Windows color (decimal): -11054782 or 4346199. OLE color: 4346199.

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

Color convert

RGB878166-
CMYK00.070.240.66
HSL42.86º13.73%30%-
HSV(B)42.86º24.14%34.12%-
XYZ7.868.36.34-
YUV81.08119.49132.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=37.18%
G=34.62%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87816600.070.240.6642.8613.7330
Hex5751420718422be1e
Octal1271211020730102531636
Binary1010111101000110000100111110001000010101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575142; }

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

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

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

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

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

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

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

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