#565521

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

Shades of Saratoga #565521

Tints of Saratoga #565521

Color information

#565521 (or 0x565521) is unknown color: approx Saratoga. HEX triplet: 56, 55 and 21. RGB value is (86,85,33). Sum of RGB (Red+Green+Blue) = 86+85+33=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #565521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565521 is #A9AADE. Grayscale: #4F4F4F. Windows color (decimal): -11119327 or 2184534. OLE color: 2184534.

HSL color Cylindrical-coordinate representation of color #565521: hue angle of 58.87º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565521 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB868533-
CMYK00.010.620.66
HSL58.87º44.54%23.33%-
HSV(B)58.87º61.63%33.73%-
XYZ7.368.592.71-
YUV79.37101.83132.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=42.16%
G=41.67%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86853300.010.620.6658.8744.5423.33
Hex565521013E423b2d17
Octal126125410176102735527
Binary1010110101010110000101111110100001011101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565521; }

 p { color: rgb(86,85,33); }

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

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

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

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

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

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

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