#703B45

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

Shades of Tosca #703B45

Tints of Tosca #703B45

Color information

#703B45 (or 0x703B45) is unknown color: approx Tosca. HEX triplet: 70, 3B and 45. RGB value is (112,59,69). Sum of RGB (Red+Green+Blue) = 112+59+69=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #703B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703B45 is #8FC4BA. Grayscale: #4C4C4C. Windows color (decimal): -9422011 or 4537200. OLE color: 4537200.

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

Color convert

RGB1125969-
CMYK00.470.380.56
HSL348.68º30.99%33.53%-
HSV(B)348.68º47.32%43.92%-
XYZ9.3276.49-
YUV75.99124.06153.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=46.67%
G=24.58%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112596900.470.380.56348.6830.9933.53
Hex703B4502F263815d1f22
Octal1607310505746705353742
Binary11100001110111000101010111110011011100010101110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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