#713547

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

Shades of Tawny Port #713547

Tints of Tawny Port #713547

Color information

#713547 (or 0x713547) is unknown color: approx Tawny Port. HEX triplet: 71, 35 and 47. RGB value is (113,53,71). Sum of RGB (Red+Green+Blue) = 113+53+71=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #713547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713547 is #8ECAB8. Grayscale: #484848. Windows color (decimal): -9358009 or 4666737. OLE color: 4666737.

HSL color Cylindrical-coordinate representation of color #713547: hue angle of 342º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713547 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1135371-
CMYK00.530.370.56
HSL342º36.14%32.55%-
HSV(B)342º53.1%44.31%-
XYZ9.226.516.73-
YUV72.99126.88156.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=47.68%
G=22.36%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113537100.530.370.5634236.1432.55
Hex71354703525381562421
Octal1616510706545705264441
Binary111000111010110001110110101100101111000101010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713547; }

 p { color: rgb(113,53,71); }

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

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

 a { background-color: rgb(113,53,71); }

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

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

 span { border-color: rgb(113,53,71); }

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