#703C49

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

Shades of Tawny Port #703C49

Tints of Tawny Port #703C49

Color information

#703C49 (or 0x703C49) is unknown color: approx Tawny Port. HEX triplet: 70, 3C and 49. RGB value is (112,60,73). Sum of RGB (Red+Green+Blue) = 112+60+73=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C49 is #8FC3B6. Grayscale: #4D4D4D. Windows color (decimal): -9421751 or 4799600. OLE color: 4799600.

HSL color Cylindrical-coordinate representation of color #703C49: hue angle of 345º 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 #703C49 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1126073-
CMYK00.460.350.56
HSL345º30.23%33.73%-
HSV(B)345º46.43%43.92%-
XYZ9.57.167.18-
YUV77.03125.73152.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=45.71%
G=24.49%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112607300.460.350.5634530.2333.73
Hex703C4902E23381591e22
Octal1607411105643705313642
Binary11100001111001001001010111010001111100010101100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703C49; }

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

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

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

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

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

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

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

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