#704145

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

Shades of Tosca #704145

Tints of Tosca #704145

Color information

#704145 (or 0x704145) is unknown color: approx Tosca. HEX triplet: 70, 41 and 45. RGB value is (112,65,69). Sum of RGB (Red+Green+Blue) = 112+65+69=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704145 is #8FBEBA. Grayscale: #4F4F4F. Windows color (decimal): -9420475 or 4538736. OLE color: 4538736.

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

Color convert

RGB1126569-
CMYK00.420.380.56
HSL354.89º26.55%34.71%-
HSV(B)354.89º41.96%43.92%-
XYZ9.657.666.6-
YUV79.51122.07151.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 69 (27.34% from 255) = 28.05%
R=45.53%
G=26.42%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112656900.420.380.56354.8926.5534.71
Hex70414502A26381631b23
Octal16010110505246705433343
Binary111000010000011000101010101010011011100010110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704145; }

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

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

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

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

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

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

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

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