#563545

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

Shades of Tawny Port #563545

Tints of Tawny Port #563545

Color information

#563545 (or 0x563545) is unknown color: approx Tawny Port. HEX triplet: 56, 35 and 45. RGB value is (86,53,69). Sum of RGB (Red+Green+Blue) = 86+53+69=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #563545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563545 is #A9CABA. Grayscale: #404040. Windows color (decimal): -11127483 or 4535638. OLE color: 4535638.

HSL color Cylindrical-coordinate representation of color #563545: hue angle of 330.91º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #563545 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB865369-
CMYK00.380.200.66
HSL330.91º23.74%27.25%-
HSV(B)330.91º38.37%33.73%-
XYZ6.194.956.26-
YUV64.69130.43143.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=41.35%
G=25.48%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86536900.380.200.66330.9123.7427.25
Hex563545026144214b181b
Octal12665105046241025133033
Binary1010110110101100010101001101010010000101010010111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563545; }

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

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

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

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

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

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

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

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