#704045

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

Shades of Tosca #704045

Tints of Tosca #704045

Color information

#704045 (or 0x704045) is unknown color: approx Tosca. HEX triplet: 70, 40 and 45. RGB value is (112,64,69). Sum of RGB (Red+Green+Blue) = 112+64+69=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #704045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704045 is #8FBFBA. Grayscale: #4E4E4E. Windows color (decimal): -9420731 or 4538480. OLE color: 4538480.

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

Color convert

RGB1126469-
CMYK00.430.380.56
HSL353.75º27.27%34.51%-
HSV(B)353.75º42.86%43.92%-
XYZ9.597.546.58-
YUV78.92122.4151.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 69 (27.34% from 255) = 28.16%
R=45.71%
G=26.12%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112646900.430.380.56353.7527.2734.51
Hex70404502B26381621b23
Octal16010010505346705423343
Binary111000010000001000101010101110011011100010110001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704045; }

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

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

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

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

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

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

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

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