#704143

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

Shades of Tosca #704143

Tints of Tosca #704143

Color information

#704143 (or 0x704143) is unknown color: approx Tosca. HEX triplet: 70, 41 and 43. RGB value is (112,65,67). Sum of RGB (Red+Green+Blue) = 112+65+67=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #704143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704143 is #8FBEBC. Grayscale: #4F4F4F. Windows color (decimal): -9420477 or 4407664. OLE color: 4407664.

HSL color Cylindrical-coordinate representation of color #704143: hue angle of 357.45º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #704143 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1126567-
CMYK00.420.400.56
HSL357.45º26.55%34.71%-
HSV(B)357.45º41.96%43.92%-
XYZ9.597.636.28-
YUV79.28121.07151.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.90%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=45.90%
G=26.64%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112656700.420.400.56357.4526.5534.71
Hex70414302A28381651b23
Octal16010110305250705453343
Binary111000010000011000011010101010100011100010110010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704143; }

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

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

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

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

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

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

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

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