#703F41

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

Shades of Tosca #703F41

Tints of Tosca #703F41

Color information

#703F41 (or 0x703F41) is unknown color: approx Tosca. HEX triplet: 70, 3F and 41. RGB value is (112,63,65). Sum of RGB (Red+Green+Blue) = 112+63+65=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F41 is #8FC0BE. Grayscale: #4D4D4D. Windows color (decimal): -9420991 or 4276080. OLE color: 4276080.

HSL color Cylindrical-coordinate representation of color #703F41: hue angle of 357.55º 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 #703F41 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1126365-
CMYK00.440.420.56
HSL357.55º28%34.31%-
HSV(B)357.55º43.75%43.92%-
XYZ9.417.385.93-
YUV77.88120.73152.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=46.67%
G=26.25%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112636500.440.420.56357.552834.31
Hex703F4102C2A381661c22
Octal1607710105452705463442
Binary11100001111111000001010110010101011100010110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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