#565d1d

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

Shades of Saratoga #565D1D

Tints of Saratoga #565D1D

Color information

#565D1D (or 0x565D1D) is unknown color: approx Saratoga. HEX triplet: 56, 5D and 1D. RGB value is (86,93,29). Sum of RGB (Red+Green+Blue) = 86+93+29=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #565D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D1D is #A9A2E2. Grayscale: #535353. Windows color (decimal): -11117283 or 1924438. OLE color: 1924438.

HSL color Cylindrical-coordinate representation of color #565D1D: hue angle of 66.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #565D1D is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB869329-
CMYK0.0800.690.64
HSL66.56º52.46%23.92%-
HSV(B)66.56º68.82%36.47%-
XYZ7.979.92.65-
YUV83.6197.18129.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=41.35%
G=44.71%
B=13.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693290.0800.690.6466.5652.4623.92
Hex565D1D804540433418
Octal126135351001051001036430
Binary10101101011101111011000010001011000000100001111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565d1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565d1d; }

 p { color: rgb(86,93,29); }

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

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

 a { background-color: rgb(86,93,29); }

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

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

 span { border-color: rgb(86,93,29); }

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