#56622D

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

Shades of Saratoga #56622D

Tints of Saratoga #56622D

Color information

#56622D (or 0x56622D) is unknown color: approx Saratoga. HEX triplet: 56, 62 and 2D. RGB value is (86,98,45). Sum of RGB (Red+Green+Blue) = 86+98+45=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #56622D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56622D is #A99DD2. Grayscale: #585858. Windows color (decimal): -11115987 or 2974294. OLE color: 2974294.

HSL color Cylindrical-coordinate representation of color #56622D: hue angle of 73.58º 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 #56622D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB869845-
CMYK0.1200.540.62
HSL73.58º37.06%28.04%-
HSV(B)73.58º54.08%38.43%-
XYZ8.6810.94.13-
YUV88.37103.52126.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=37.55%
G=42.79%
B=19.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698450.1200.540.6273.5837.0628.04
Hex56622DC0363E4a251c
Octal1261425514066761124534
Binary1010110110001010110111000110110111110100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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