#56572F

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

Shades of Saratoga #56572F

Tints of Saratoga #56572F

Color information

#56572F (or 0x56572F) is unknown color: approx Saratoga. HEX triplet: 56, 57 and 2F. RGB value is (86,87,47). Sum of RGB (Red+Green+Blue) = 86+87+47=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #56572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56572F is #A9A8D0. Grayscale: #525252. Windows color (decimal): -11118801 or 3102550. OLE color: 3102550.

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

Color convert

RGB868747-
CMYK0.0100.460.66
HSL61.5º29.85%26.27%-
HSV(B)61.5º45.98%34.12%-
XYZ7.7694.02-
YUV82.14108.17130.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=39.09%
G=39.55%
B=21.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687470.0100.460.6661.529.8526.27
Hex56572F102E423e1e1a
Octal126127571056102763632
Binary101011010101111011111010111010000101111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56572F; }

 p { color: rgb(86,87,47); }

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

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

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

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

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

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

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