#713A47

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

Shades of Tawny Port #713A47

Tints of Tawny Port #713A47

Color information

#713A47 (or 0x713A47) is unknown color: approx Tawny Port. HEX triplet: 71, 3A and 47. RGB value is (113,58,71). Sum of RGB (Red+Green+Blue) = 113+58+71=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #713A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A47 is #8EC5B8. Grayscale: #4B4B4B. Windows color (decimal): -9356729 or 4668017. OLE color: 4668017.

HSL color Cylindrical-coordinate representation of color #713A47: hue angle of 345.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A47 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1135871-
CMYK00.490.370.56
HSL345.82º32.16%33.53%-
HSV(B)345.82º48.67%44.31%-
XYZ9.466.996.81-
YUV75.93125.22154.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 71 (28.12% from 255) = 29.34%
R=46.69%
G=23.97%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113587100.490.370.56345.8232.1633.53
Hex713A47031253815a2022
Octal1617210706145705324042
Binary111000111101010001110110001100101111000101011010100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713A47; }

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

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

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

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

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

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

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

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