#703F44

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

Shades of Tosca #703F44

Tints of Tosca #703F44

Color information

#703F44 (or 0x703F44) is unknown color: approx Tosca. HEX triplet: 70, 3F and 44. RGB value is (112,63,68). Sum of RGB (Red+Green+Blue) = 112+63+68=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #703F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F44 is #8FC0BB. Grayscale: #4E4E4E. Windows color (decimal): -9420988 or 4472688. OLE color: 4472688.

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

Color convert

RGB1126368-
CMYK00.440.390.56
HSL353.88º28%34.31%-
HSV(B)353.88º43.75%43.92%-
XYZ9.57.426.4-
YUV78.22122.23152.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.09%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 68 (26.95% from 255) = 27.98%
R=46.09%
G=25.93%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112636800.440.390.56353.882834.31
Hex703F4402C27381621c22
Octal1607710405447705423442
Binary11100001111111000100010110010011111100010110001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,63,68); }

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

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

 a { background-color: rgb(112,63,68); }

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

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

 span { border-color: rgb(112,63,68); }

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