#56632B

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

Shades of Saratoga #56632B

Tints of Saratoga #56632B

Color information

#56632B (or 0x56632B) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 2B. RGB value is (86,99,43). Sum of RGB (Red+Green+Blue) = 86+99+43=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #56632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56632B is #A99CD4. Grayscale: #585858. Windows color (decimal): -11115733 or 2843478. OLE color: 2843478.

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

Color convert

RGB869943-
CMYK0.1300.570.61
HSL73.93º39.44%27.84%-
HSV(B)73.93º56.57%38.82%-
XYZ8.7411.083.96-
YUV88.73102.19126.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=37.72%
G=43.42%
B=18.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699430.1300.570.6173.9339.4427.84
Hex56632BD0393D4a271c
Octal1261435315071751124734
Binary1010110110001110101111010111001111101100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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