#703748

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

Shades of Tawny Port #703748

Tints of Tawny Port #703748

Color information

#703748 (or 0x703748) is unknown color: approx Tawny Port. HEX triplet: 70, 37 and 48. RGB value is (112,55,72). Sum of RGB (Red+Green+Blue) = 112+55+72=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703748 is #8FC8B7. Grayscale: #494949. Windows color (decimal): -9423032 or 4732784. OLE color: 4732784.

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

Color convert

RGB1125572-
CMYK00.510.360.56
HSL342.11º34.13%32.75%-
HSV(B)342.11º50.89%43.92%-
XYZ9.226.656.93-
YUV73.98126.88155.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=46.86%
G=23.01%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112557200.510.360.56342.1134.1332.75
Hex70374803324381562221
Octal1606711006344705264241
Binary111000011011110010000110011100100111000101010110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703748; }

 p { color: rgb(112,55,72); }

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

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

 a { background-color: rgb(112,55,72); }

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

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

 span { border-color: rgb(112,55,72); }

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