#703644

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

Shades of Tawny Port #703644

Tints of Tawny Port #703644

Color information

#703644 (or 0x703644) is unknown color: approx Tawny Port. HEX triplet: 70, 36 and 44. RGB value is (112,54,68). Sum of RGB (Red+Green+Blue) = 112+54+68=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703644 is #8FC9BB. Grayscale: #484848. Windows color (decimal): -9423292 or 4470384. OLE color: 4470384.

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

Color convert

RGB1125468-
CMYK00.520.390.56
HSL345.52º34.94%32.55%-
HSV(B)345.52º51.79%43.92%-
XYZ9.046.56.25-
YUV72.94125.22155.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=47.86%
G=23.08%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112546800.520.390.56345.5234.9432.55
Hex703644034273815a2321
Octal1606610406447705324341
Binary111000011011010001000110100100111111000101011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703644; }

 p { color: rgb(112,54,68); }

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

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

 a { background-color: rgb(112,54,68); }

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

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

 span { border-color: rgb(112,54,68); }

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