#56572b

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

Shades of Saratoga #56572B

Tints of Saratoga #56572B

Color information

#56572B (or 0x56572B) is unknown color: approx Saratoga. HEX triplet: 56, 57 and 2B. RGB value is (86,87,43). Sum of RGB (Red+Green+Blue) = 86+87+43=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #56572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56572B is #A9A8D4. Grayscale: #515151. Windows color (decimal): -11118805 or 2840406. OLE color: 2840406.

HSL color Cylindrical-coordinate representation of color #56572B: hue angle of 61.36º 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 #56572B is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB868743-
CMYK0.0100.510.66
HSL61.36º33.85%25.49%-
HSV(B)61.36º50.57%34.12%-
XYZ7.688.973.61-
YUV81.68106.17131.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=39.81%
G=40.28%
B=19.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687430.0100.510.6661.3633.8525.49
Hex56572B1033423d2219
Octal126127531063102754231
Binary1010110101011110101110110011100001011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56572b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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