#575148

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

Shades of Masala #575148

Tints of Masala #575148

Color information

#575148 (or 0x575148) is unknown color: approx Masala. HEX triplet: 57, 51 and 48. RGB value is (87,81,72). Sum of RGB (Red+Green+Blue) = 87+81+72=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575148 is #A8AEB7. Grayscale: #515151. Windows color (decimal): -11054776 or 4739415. OLE color: 4739415.

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

Color convert

RGB878172-
CMYK00.070.170.66
HSL36º9.43%31.18%-
HSV(B)36º17.24%34.12%-
XYZ8.048.387.32-
YUV81.77122.49131.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 72 (28.52% from 255) = 30%
R=36.25%
G=33.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87817200.070.170.66369.4331.18
Hex5751480711422491f
Octal1271211100721102441137
Binary1010111101000110010000111100011000010100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575148; }

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

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

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

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

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

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

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

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