#703B40

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

Shades of Tosca #703B40

Tints of Tosca #703B40

Color information

#703B40 (or 0x703B40) is unknown color: approx Tosca. HEX triplet: 70, 3B and 40. RGB value is (112,59,64). Sum of RGB (Red+Green+Blue) = 112+59+64=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B40 is #8FC4BF. Grayscale: #4B4B4B. Windows color (decimal): -9422016 or 4209520. OLE color: 4209520.

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

Color convert

RGB1125964-
CMYK00.470.430.56
HSL354.34º30.99%33.53%-
HSV(B)354.34º47.32%43.92%-
XYZ9.176.945.71-
YUV75.42121.56154.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=47.66%
G=25.11%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112596400.470.430.56354.3430.9933.53
Hex703B4002F2B381621f22
Octal1607310005753705423742
Binary11100001110111000000010111110101111100010110001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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