#703D4C

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

Shades of Tawny Port #703D4C

Tints of Tawny Port #703D4C

Color information

#703D4C (or 0x703D4C) is unknown color: approx Tawny Port. HEX triplet: 70, 3D and 4C. RGB value is (112,61,76). Sum of RGB (Red+Green+Blue) = 112+61+76=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D4C is #8FC2B3. Grayscale: #4D4D4D. Windows color (decimal): -9421492 or 4996464. OLE color: 4996464.

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

Color convert

RGB1126176-
CMYK00.460.320.56
HSL342.35º29.48%33.92%-
HSV(B)342.35º45.54%43.92%-
XYZ9.667.37.74-
YUV77.96126.9152.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=44.98%
G=24.50%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112617600.460.320.56342.3529.4833.92
Hex703D4C02E20381561d22
Octal1607511405640705263542
Binary11100001111011001100010111010000011100010101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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