#703245

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

Shades of Tawny Port #703245

Tints of Tawny Port #703245

Color information

#703245 (or 0x703245) is unknown color: approx Tawny Port. HEX triplet: 70, 32 and 45. RGB value is (112,50,69). Sum of RGB (Red+Green+Blue) = 112+50+69=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703245 is #8FCDBA. Grayscale: #464646. Windows color (decimal): -9424315 or 4534896. OLE color: 4534896.

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

Color convert

RGB1125069-
CMYK00.550.380.56
HSL341.61º38.27%31.76%-
HSV(B)341.61º55.36%43.92%-
XYZ8.96.166.35-
YUV70.7127.04157.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=48.48%
G=21.65%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112506900.550.380.56341.6138.2731.76
Hex70324503726381562620
Octal1606210506746705264640
Binary111000011001010001010110111100110111000101010110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703245; }

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

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

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

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

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

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

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

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