#575720

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

Shades of Saratoga #575720

Tints of Saratoga #575720

Color information

#575720 (or 0x575720) is unknown color: approx Saratoga. HEX triplet: 57, 57 and 20. RGB value is (87,87,32). Sum of RGB (Red+Green+Blue) = 87+87+32=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575720 is #A8A8DF. Grayscale: #505050. Windows color (decimal): -11053280 or 2119511. OLE color: 2119511.

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

Color convert

RGB878732-
CMYK000.630.66
HSL60º46.22%23.33%-
HSV(B)60º63.22%34.12%-
XYZ7.68.952.69-
YUV80.73100.5132.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 32 (12.89% from 255) = 15.53%
R=42.23%
G=42.23%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878732000.630.666046.2223.33
Hex575720003F423c2e17
Octal127127400077102745627
Binary1010111101011110000000111111100001011110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575720; }

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

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

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

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

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

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

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

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