#56562C

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

Shades of Saratoga #56562C

Tints of Saratoga #56562C

Color information

#56562C (or 0x56562C) is unknown color: approx Saratoga. HEX triplet: 56, 56 and 2C. RGB value is (86,86,44). Sum of RGB (Red+Green+Blue) = 86+86+44=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56562C is #A9A9D3. Grayscale: #515151. Windows color (decimal): -11119060 or 2905686. OLE color: 2905686.

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

Color convert

RGB868644-
CMYK000.490.66
HSL60º32.31%25.49%-
HSV(B)60º48.84%33.73%-
XYZ7.628.823.68-
YUV81.21107131.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=39.81%
G=39.81%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868644000.490.666032.3125.49
Hex56562C0031423c2019
Octal126126540061102744031
Binary1010110101011010110000110001100001011110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56562C; }

 p { color: rgb(86,86,44); }

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

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

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

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

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

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

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