#713746

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

Shades of Tawny Port #713746

Tints of Tawny Port #713746

Color information

#713746 (or 0x713746) is unknown color: approx Tawny Port. HEX triplet: 71, 37 and 46. RGB value is (113,55,70). Sum of RGB (Red+Green+Blue) = 113+55+70=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #713746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713746 is #8EC8B9. Grayscale: #4A4A4A. Windows color (decimal): -9357498 or 4601713. OLE color: 4601713.

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

Color convert

RGB1135570-
CMYK00.510.380.56
HSL344.48º34.52%32.94%-
HSV(B)344.48º51.33%44.31%-
XYZ9.286.696.6-
YUV74.05125.72155.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=47.48%
G=23.11%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113557000.510.380.56344.4834.5232.94
Hex71374603326381582321
Octal1616710606346705304341
Binary111000111011110001100110011100110111000101011000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713746; }

 p { color: rgb(113,55,70); }

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

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

 a { background-color: rgb(113,55,70); }

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

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

 span { border-color: rgb(113,55,70); }

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