#56632D

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

Shades of Saratoga #56632D

Tints of Saratoga #56632D

Color information

#56632D (or 0x56632D) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 2D. RGB value is (86,99,45). Sum of RGB (Red+Green+Blue) = 86+99+45=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #56632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56632D is #A99CD2. Grayscale: #595959. Windows color (decimal): -11115731 or 2974550. OLE color: 2974550.

HSL color Cylindrical-coordinate representation of color #56632D: hue angle of 74.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56632D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB869945-
CMYK0.1300.550.61
HSL74.44º37.5%28.24%-
HSV(B)74.44º54.55%38.82%-
XYZ8.7711.094.16-
YUV88.96103.19125.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=37.39%
G=43.04%
B=19.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699450.1300.550.6174.4437.528.24
Hex56632DD0373D4a261c
Octal1261435515067751124634
Binary1010110110001110110111010110111111101100101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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