#565822

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

Shades of Saratoga #565822

Tints of Saratoga #565822

Color information

#565822 (or 0x565822) is unknown color: approx Saratoga. HEX triplet: 56, 58 and 22. RGB value is (86,88,34). Sum of RGB (Red+Green+Blue) = 86+88+34=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #565822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565822 is #A9A7DD. Grayscale: #515151. Windows color (decimal): -11118558 or 2250838. OLE color: 2250838.

HSL color Cylindrical-coordinate representation of color #565822: hue angle of 62.22º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565822 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB868834-
CMYK0.0200.610.65
HSL62.22º44.26%23.92%-
HSV(B)62.22º61.36%34.51%-
XYZ7.629.072.86-
YUV81.25101.34131.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=41.35%
G=42.31%
B=16.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688340.0200.610.6562.2244.2623.92
Hex565822203D413e2c18
Octal126130422075101765430
Binary10101101011000100010100111101100000111111010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565822; }

 p { color: rgb(86,88,34); }

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

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

 a { background-color: rgb(86,88,34); }

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

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

 span { border-color: rgb(86,88,34); }

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