#703845

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

Shades of Tawny Port #703845

Tints of Tawny Port #703845

Color information

#703845 (or 0x703845) is unknown color: approx Tawny Port. HEX triplet: 70, 38 and 45. RGB value is (112,56,69). Sum of RGB (Red+Green+Blue) = 112+56+69=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703845 is #8FC7BA. Grayscale: #4A4A4A. Windows color (decimal): -9422779 or 4536432. OLE color: 4536432.

HSL color Cylindrical-coordinate representation of color #703845: hue angle of 346.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703845 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1125669-
CMYK00.500.380.56
HSL346.07º33.33%32.94%-
HSV(B)346.07º50%43.92%-
XYZ9.176.76.44-
YUV74.23125.05154.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=47.26%
G=23.63%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112566900.500.380.56346.0733.3332.94
Hex703845032263815a2121
Octal1607010506246705324141
Binary111000011100010001010110010100110111000101011010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703845; }

 p { color: rgb(112,56,69); }

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

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

 a { background-color: rgb(112,56,69); }

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

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

 span { border-color: rgb(112,56,69); }

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