#703549

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

Shades of Tawny Port #703549

Tints of Tawny Port #703549

Color information

#703549 (or 0x703549) is unknown color: approx Tawny Port. HEX triplet: 70, 35 and 49. RGB value is (112,53,73). Sum of RGB (Red+Green+Blue) = 112+53+73=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703549 is #8FCAB6. Grayscale: #484848. Windows color (decimal): -9423543 or 4797808. OLE color: 4797808.

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

Color convert

RGB1125373-
CMYK00.530.350.56
HSL339.66º35.76%32.35%-
HSV(B)339.66º52.68%43.92%-
XYZ9.166.477.07-
YUV72.92128.05155.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=47.06%
G=22.27%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112537300.530.350.56339.6635.7632.35
Hex70354903523381542420
Octal1606511106543705244440
Binary111000011010110010010110101100011111000101010100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703549; }

 p { color: rgb(112,53,73); }

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

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

 a { background-color: rgb(112,53,73); }

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

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

 span { border-color: rgb(112,53,73); }

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