#703548

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

Shades of Tawny Port #703548

Tints of Tawny Port #703548

Color information

#703548 (or 0x703548) is unknown color: approx Tawny Port. HEX triplet: 70, 35 and 48. RGB value is (112,53,72). Sum of RGB (Red+Green+Blue) = 112+53+72=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703548 is #8FCAB7. Grayscale: #484848. Windows color (decimal): -9423544 or 4732272. OLE color: 4732272.

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

Color convert

RGB1125372-
CMYK00.530.360.56
HSL340.68º35.76%32.35%-
HSV(B)340.68º52.68%43.92%-
XYZ9.126.466.9-
YUV72.81127.55155.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=47.26%
G=22.36%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112537200.530.360.56340.6835.7632.35
Hex70354803524381552420
Octal1606511006544705254440
Binary111000011010110010000110101100100111000101010101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703548; }

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

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

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

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

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

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

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

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