#703D49

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

Shades of Tawny Port #703D49

Tints of Tawny Port #703D49

Color information

#703D49 (or 0x703D49) is unknown color: approx Tawny Port. HEX triplet: 70, 3D and 49. RGB value is (112,61,73). Sum of RGB (Red+Green+Blue) = 112+61+73=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #703D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D49 is #8FC2B6. Grayscale: #4D4D4D. Windows color (decimal): -9421495 or 4799856. OLE color: 4799856.

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

Color convert

RGB1126173-
CMYK00.460.350.56
HSL345.88º29.48%33.92%-
HSV(B)345.88º45.54%43.92%-
XYZ9.557.267.2-
YUV77.62125.4152.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=45.53%
G=24.80%
B=29.67%

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
Decimal112617300.460.350.56345.8829.4833.92
Hex703D4902E233815a1d22
Octal1607511105643705323542
Binary11100001111011001001010111010001111100010101101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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