#704245

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

Shades of Tosca #704245

Tints of Tosca #704245

Color information

#704245 (or 0x704245) is unknown color: approx Tosca. HEX triplet: 70, 42 and 45. RGB value is (112,66,69). Sum of RGB (Red+Green+Blue) = 112+66+69=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704245 is #8FBDBA. Grayscale: #505050. Windows color (decimal): -9420219 or 4538992. OLE color: 4538992.

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

Color convert

RGB1126669-
CMYK00.410.380.56
HSL356.09º25.84%34.9%-
HSV(B)356.09º41.07%43.92%-
XYZ9.77.776.62-
YUV80.1121.74150.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=45.34%
G=26.72%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112666900.410.380.56356.0925.8434.9
Hex70424502926381641a23
Octal16010210505146705443243
Binary111000010000101000101010100110011011100010110010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704245; }

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

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

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

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

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

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

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

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