#703645

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

Shades of Tawny Port #703645

Tints of Tawny Port #703645

Color information

#703645 (or 0x703645) is unknown color: approx Tawny Port. HEX triplet: 70, 36 and 45. RGB value is (112,54,69). Sum of RGB (Red+Green+Blue) = 112+54+69=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703645 is #8FC9BA. Grayscale: #494949. Windows color (decimal): -9423291 or 4535920. OLE color: 4535920.

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

Color convert

RGB1125469-
CMYK00.520.380.56
HSL344.48º34.94%32.55%-
HSV(B)344.48º51.79%43.92%-
XYZ9.086.516.41-
YUV73.05125.72155.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=47.66%
G=22.98%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112546900.520.380.56344.4834.9432.55
Hex70364503426381582321
Octal1606610506446705304341
Binary111000011011010001010110100100110111000101011000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703645; }

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

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

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

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

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

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

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

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