#56572D

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

Shades of Saratoga #56572D

Tints of Saratoga #56572D

Color information

#56572D (or 0x56572D) is unknown color: approx Saratoga. HEX triplet: 56, 57 and 2D. RGB value is (86,87,45). Sum of RGB (Red+Green+Blue) = 86+87+45=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #56572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56572D is #A9A8D2. Grayscale: #525252. Windows color (decimal): -11118803 or 2971478. OLE color: 2971478.

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

Color convert

RGB868745-
CMYK0.0100.480.66
HSL61.43º31.82%25.88%-
HSV(B)61.43º48.28%34.12%-
XYZ7.728.983.81-
YUV81.91107.17130.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=39.45%
G=39.91%
B=20.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687450.0100.480.6661.4331.8225.88
Hex56572D1030423d201a
Octal126127551060102754032
Binary1010110101011110110110110000100001011110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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