#564048

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

Shades of Tawny Port #564048

Tints of Tawny Port #564048

Color information

#564048 (or 0x564048) is unknown color: approx Tawny Port. HEX triplet: 56, 40 and 48. RGB value is (86,64,72). Sum of RGB (Red+Green+Blue) = 86+64+72=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564048 is #A9BFB7. Grayscale: #474747. Windows color (decimal): -11124664 or 4735062. OLE color: 4735062.

HSL color Cylindrical-coordinate representation of color #564048: hue angle of 338.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564048 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB866472-
CMYK00.260.160.66
HSL338.18º14.67%29.41%-
HSV(B)338.18º25.58%33.73%-
XYZ6.846.116.95-
YUV71.49128.29138.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=38.74%
G=28.83%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86647200.260.160.66338.1814.6729.41
Hex56404801A1042152f1d
Octal126100110032201025221735
Binary101011010000001001000011010100001000010101010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564048; }

 p { color: rgb(86,64,72); }

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

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

 a { background-color: rgb(86,64,72); }

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

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

 span { border-color: rgb(86,64,72); }

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