#57572E

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

Shades of Saratoga #57572E

Tints of Saratoga #57572E

Color information

#57572E (or 0x57572E) is unknown color: approx Saratoga. HEX triplet: 57, 57 and 2E. RGB value is (87,87,46). Sum of RGB (Red+Green+Blue) = 87+87+46=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 87 - color contains mainly: red, green. Hex color #57572E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57572E is #A8A8D1. Grayscale: #525252. Windows color (decimal): -11053266 or 3037015. OLE color: 3037015.

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

Color convert

RGB878746-
CMYK000.470.66
HSL60º30.83%26.08%-
HSV(B)60º47.13%34.12%-
XYZ7.839.043.92-
YUV82.33107.5131.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=39.55%
G=39.55%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878746000.470.666030.8326.08
Hex57572E002F423c1f1a
Octal127127560057102743732
Binary101011110101111011100010111110000101111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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