#575245

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

Shades of Masala #575245

Tints of Masala #575245

Color information

#575245 (or 0x575245) is unknown color: approx Masala. HEX triplet: 57, 52 and 45. RGB value is (87,82,69). Sum of RGB (Red+Green+Blue) = 87+82+69=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #575245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575245 is #A8ADBA. Grayscale: #525252. Windows color (decimal): -11054523 or 4543063. OLE color: 4543063.

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

Color convert

RGB878269-
CMYK00.060.210.66
HSL43.33º11.54%30.59%-
HSV(B)43.33º20.69%34.12%-
XYZ8.028.496.85-
YUV82.01120.66131.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=36.55%
G=34.45%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87826900.060.210.6643.3311.5430.59
Hex5752450615422bc1f
Octal1271221050625102531437
Binary1010111101001010001010110101011000010101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575245; }

 p { color: rgb(87,82,69); }

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

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

 a { background-color: rgb(87,82,69); }

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

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

 span { border-color: rgb(87,82,69); }

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