#703948

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

Shades of Tawny Port #703948

Tints of Tawny Port #703948

Color information

#703948 (or 0x703948) is unknown color: approx Tawny Port. HEX triplet: 70, 39 and 48. RGB value is (112,57,72). Sum of RGB (Red+Green+Blue) = 112+57+72=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #703948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703948 is #8FC6B7. Grayscale: #4B4B4B. Windows color (decimal): -9422520 or 4733296. OLE color: 4733296.

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

Color convert

RGB1125772-
CMYK00.490.360.56
HSL343.64º32.54%33.14%-
HSV(B)343.64º49.11%43.92%-
XYZ9.316.846.96-
YUV75.16126.22154.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=46.47%
G=23.65%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112577200.490.360.56343.6432.5433.14
Hex70394803124381582121
Octal1607111006144705304141
Binary111000011100110010000110001100100111000101011000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703948; }

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

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

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

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

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

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

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

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