#703F40

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

Shades of Tosca #703F40

Tints of Tosca #703F40

Color information

#703F40 (or 0x703F40) is unknown color: approx Tosca. HEX triplet: 70, 3F and 40. RGB value is (112,63,64). Sum of RGB (Red+Green+Blue) = 112+63+64=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F40 is #8FC0BF. Grayscale: #4D4D4D. Windows color (decimal): -9420992 or 4210544. OLE color: 4210544.

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

Color convert

RGB1126364-
CMYK00.440.430.56
HSL358.78º28%34.31%-
HSV(B)358.78º43.75%43.92%-
XYZ9.397.375.78-
YUV77.76120.23152.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 63 (25% from 255) = 26.36%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=46.86%
G=26.36%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112636400.440.430.56358.782834.31
Hex703F4002C2B381671c22
Octal1607710005453705473442
Binary11100001111111000000010110010101111100010110011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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