#563B45

Color #563B45 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #563B45

Tints of Tawny Port #563B45

Color information

#563B45 (or 0x563B45) is unknown color: approx Tawny Port. HEX triplet: 56, 3B and 45. RGB value is (86,59,69). Sum of RGB (Red+Green+Blue) = 86+59+69=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #563B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B45 is #A9C4BA. Grayscale: #444444. Windows color (decimal): -11125947 or 4537174. OLE color: 4537174.

HSL color Cylindrical-coordinate representation of color #563B45: hue angle of 337.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #563B45 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB865969-
CMYK00.310.200.66
HSL337.78º18.62%28.43%-
HSV(B)337.78º31.4%33.73%-
XYZ6.485.546.36-
YUV68.21128.45140.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 59 (23.44% from 255) = 27.57%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=40.19%
G=27.57%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86596900.310.200.66337.7818.6228.43
Hex563B4501F1442152131c
Octal12673105037241025222334
Binary101011011101110001010111111010010000101010100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B45; }

 p { color: rgb(86,59,69); }

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

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

 a { background-color: rgb(86,59,69); }

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

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

 span { border-color: rgb(86,59,69); }

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