#703A46

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

Shades of Tawny Port #703A46

Tints of Tawny Port #703A46

Color information

#703A46 (or 0x703A46) is unknown color: approx Tawny Port. HEX triplet: 70, 3A and 46. RGB value is (112,58,70). Sum of RGB (Red+Green+Blue) = 112+58+70=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A46 is #8FC5B9. Grayscale: #4B4B4B. Windows color (decimal): -9422266 or 4602480. OLE color: 4602480.

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

Color convert

RGB1125870-
CMYK00.480.380.56
HSL346.67º31.76%33.33%-
HSV(B)346.67º48.21%43.92%-
XYZ9.36.916.64-
YUV75.51124.89154.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=46.67%
G=24.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112587000.480.380.56346.6731.7633.33
Hex703A46030263815b2021
Octal1607210606046705334041
Binary111000011101010001100110000100110111000101011011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A46; }

 p { color: rgb(112,58,70); }

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

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

 a { background-color: rgb(112,58,70); }

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

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

 span { border-color: rgb(112,58,70); }

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