#704445

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

Shades of Tosca #704445

Tints of Tosca #704445

Color information

#704445 (or 0x704445) is unknown color: approx Tosca. HEX triplet: 70, 44 and 45. RGB value is (112,68,69). Sum of RGB (Red+Green+Blue) = 112+68+69=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704445 is #8FBBBA. Grayscale: #515151. Windows color (decimal): -9419707 or 4539504. OLE color: 4539504.

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

Color convert

RGB1126869-
CMYK00.390.380.56
HSL358.64º24.44%35.29%-
HSV(B)358.64º39.29%43.92%-
XYZ9.828.016.66-
YUV81.27121.08149.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=44.98%
G=27.31%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112686900.390.380.56358.6424.4435.29
Hex70444502726381671823
Octal16010410504746705473043
Binary111000010001001000101010011110011011100010110011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704445; }

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

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

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

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

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

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

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

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