#574049

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

Shades of Tawny Port #574049

Tints of Tawny Port #574049

Color information

#574049 (or 0x574049) is unknown color: approx Tawny Port. HEX triplet: 57, 40 and 49. RGB value is (87,64,73). Sum of RGB (Red+Green+Blue) = 87+64+73=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574049 is #A8BFB6. Grayscale: #474747. Windows color (decimal): -11059127 or 4800599. OLE color: 4800599.

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

Color convert

RGB876473-
CMYK00.260.160.66
HSL336.52º15.23%29.61%-
HSV(B)336.52º26.44%34.12%-
XYZ6.976.177.13-
YUV71.9128.62138.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=38.84%
G=28.57%
B=32.59%

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
Decimal87647300.260.160.66336.5215.2329.61
Hex57404901A1042151f1e
Octal127100111032201025211736
Binary101011110000001001001011010100001000010101010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574049; }

 p { color: rgb(87,64,73); }

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

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

 a { background-color: rgb(87,64,73); }

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

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

 span { border-color: rgb(87,64,73); }

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