#703C43

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

Shades of Tosca #703C43

Tints of Tosca #703C43

Color information

#703C43 (or 0x703C43) is unknown color: approx Tosca. HEX triplet: 70, 3C and 43. RGB value is (112,60,67). Sum of RGB (Red+Green+Blue) = 112+60+67=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C43 is #8FC3BC. Grayscale: #4C4C4C. Windows color (decimal): -9421757 or 4406384. OLE color: 4406384.

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

Color convert

RGB1126067-
CMYK00.460.400.56
HSL351.92º30.23%33.73%-
HSV(B)351.92º46.43%43.92%-
XYZ9.317.086.19-
YUV76.35122.73153.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=46.86%
G=25.10%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112606700.460.400.56351.9230.2333.73
Hex703C4302E28381601e22
Octal1607410305650705403642
Binary11100001111001000011010111010100011100010110000011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,60,67); }

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

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

 a { background-color: rgb(112,60,67); }

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

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

 span { border-color: rgb(112,60,67); }

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