#713D4C

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

Shades of Tawny Port #713D4C

Tints of Tawny Port #713D4C

Color information

#713D4C (or 0x713D4C) is unknown color: approx Tawny Port. HEX triplet: 71, 3D and 4C. RGB value is (113,61,76). Sum of RGB (Red+Green+Blue) = 113+61+76=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713D4C is #8EC2B3. Grayscale: #4E4E4E. Windows color (decimal): -9355956 or 4996465. OLE color: 4996465.

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

Color convert

RGB1136176-
CMYK00.460.330.56
HSL342.69º29.89%34.12%-
HSV(B)342.69º46.02%44.31%-
XYZ9.787.377.74-
YUV78.26126.73152.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=45.2%
G=24.4%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113617600.460.330.56342.6929.8934.12
Hex713D4C02E21381571e22
Octal1617511405641705273642
Binary11100011111011001100010111010000111100010101011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,76); }

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

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

 a { background-color: rgb(113,61,76); }

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

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

 span { border-color: rgb(113,61,76); }

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