#56612D

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

Shades of Saratoga #56612D

Tints of Saratoga #56612D

Color information

#56612D (or 0x56612D) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 2D. RGB value is (86,97,45). Sum of RGB (Red+Green+Blue) = 86+97+45=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #56612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56612D is #A99ED2. Grayscale: #575757. Windows color (decimal): -11116243 or 2974038. OLE color: 2974038.

HSL color Cylindrical-coordinate representation of color #56612D: hue angle of 72.69º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56612D is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB869745-
CMYK0.1100.540.62
HSL72.69º36.62%27.84%-
HSV(B)72.69º53.61%38.04%-
XYZ8.5910.724.1-
YUV87.78103.86126.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=37.72%
G=42.54%
B=19.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697450.1100.540.6272.6936.6227.84
Hex56612DB0363E49251c
Octal1261415513066761114534
Binary1010110110000110110110110110110111110100100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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