#565E2C

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

Shades of Saratoga #565E2C

Tints of Saratoga #565E2C

Color information

#565E2C (or 0x565E2C) is unknown color: approx Saratoga. HEX triplet: 56, 5E and 2C. RGB value is (86,94,44). Sum of RGB (Red+Green+Blue) = 86+94+44=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 94 - color contains mainly: green. Hex color #565E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565E2C is #A9A1D3. Grayscale: #565656. Windows color (decimal): -11117012 or 2907734. OLE color: 2907734.

HSL color Cylindrical-coordinate representation of color #565E2C: hue angle of 69.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565E2C is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB869444-
CMYK0.0900.530.63
HSL69.6º36.23%27.06%-
HSV(B)69.6º53.19%36.86%-
XYZ8.310.173.91-
YUV85.91104.35128.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=38.39%
G=41.96%
B=19.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8694440.0900.530.6369.636.2327.06
Hex565E2C90353F46241b
Octal1261365411065771064433
Binary1010110101111010110010010110101111111100011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,44); }

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

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

 a { background-color: rgb(86,94,44); }

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

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

 span { border-color: rgb(86,94,44); }

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