#703546

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

Shades of Tawny Port #703546

Tints of Tawny Port #703546

Color information

#703546 (or 0x703546) is unknown color: approx Tawny Port. HEX triplet: 70, 35 and 46. RGB value is (112,53,70). Sum of RGB (Red+Green+Blue) = 112+53+70=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703546 is #8FCAB9. Grayscale: #484848. Windows color (decimal): -9423546 or 4601200. OLE color: 4601200.

HSL color Cylindrical-coordinate representation of color #703546: hue angle of 342.71º 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 #703546 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1125370-
CMYK00.530.380.56
HSL342.71º35.76%32.35%-
HSV(B)342.71º52.68%43.92%-
XYZ9.066.436.56-
YUV72.58126.55156.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=47.66%
G=22.55%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112537000.530.380.56342.7135.7632.35
Hex70354603526381572420
Octal1606510606546705274440
Binary111000011010110001100110101100110111000101010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703546; }

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

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

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

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

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

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

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

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