#565D2D

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

Shades of Saratoga #565D2D

Tints of Saratoga #565D2D

Color information

#565D2D (or 0x565D2D) is unknown color: approx Saratoga. HEX triplet: 56, 5D and 2D. RGB value is (86,93,45). Sum of RGB (Red+Green+Blue) = 86+93+45=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #565D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565D2D is #A9A2D2. Grayscale: #555555. Windows color (decimal): -11117267 or 2973014. OLE color: 2973014.

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

Color convert

RGB869345-
CMYK0.0800.520.64
HSL68.75º34.78%27.06%-
HSV(B)68.75º51.61%36.47%-
XYZ8.23103.98-
YUV85.43105.18128.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=38.39%
G=41.52%
B=20.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8693450.0800.520.6468.7534.7827.06
Hex565D2D80344045231b
Octal12613555100641001054333
Binary10101101011101101101100001101001000000100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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