#57572B

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

Shades of Saratoga #57572B

Tints of Saratoga #57572B

Color information

#57572B (or 0x57572B) is unknown color: approx Saratoga. HEX triplet: 57, 57 and 2B. RGB value is (87,87,43). Sum of RGB (Red+Green+Blue) = 87+87+43=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57572B is #A8A8D4. Grayscale: #525252. Windows color (decimal): -11053269 or 2840407. OLE color: 2840407.

HSL color Cylindrical-coordinate representation of color #57572B: hue angle of 60º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57572B is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB878743-
CMYK000.510.66
HSL60º33.85%25.49%-
HSV(B)60º50.57%34.12%-
XYZ7.779.023.62-
YUV81.98106131.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=40.09%
G=40.09%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878743000.510.666033.8525.49
Hex57572B0033423c2219
Octal127127530063102744231
Binary1010111101011110101100110011100001011110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57572B; }

 p { color: rgb(87,87,43); }

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

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

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

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

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

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

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