#713648

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

Shades of Tawny Port #713648

Tints of Tawny Port #713648

Color information

#713648 (or 0x713648) is unknown color: approx Tawny Port. HEX triplet: 71, 36 and 48. RGB value is (113,54,72). Sum of RGB (Red+Green+Blue) = 113+54+72=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #713648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713648 is #8EC9B7. Grayscale: #494949. Windows color (decimal): -9357752 or 4732529. OLE color: 4732529.

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

Color convert

RGB1135472-
CMYK00.520.360.56
HSL341.69º35.33%32.75%-
HSV(B)341.69º52.21%44.31%-
XYZ9.36.626.92-
YUV73.69127.05156.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=47.28%
G=22.59%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113547200.520.360.56341.6935.3332.75
Hex71364803424381562321
Octal1616611006444705264341
Binary111000111011010010000110100100100111000101010110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713648; }

 p { color: rgb(113,54,72); }

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

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

 a { background-color: rgb(113,54,72); }

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

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

 span { border-color: rgb(113,54,72); }

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