#704345

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

Shades of Tosca #704345

Tints of Tosca #704345

Color information

#704345 (or 0x704345) is unknown color: approx Tosca. HEX triplet: 70, 43 and 45. RGB value is (112,67,69). Sum of RGB (Red+Green+Blue) = 112+67+69=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704345 is #8FBCBA. Grayscale: #505050. Windows color (decimal): -9419963 or 4539248. OLE color: 4539248.

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

Color convert

RGB1126769-
CMYK00.400.380.56
HSL357.33º25.14%35.1%-
HSV(B)357.33º40.18%43.92%-
XYZ9.767.896.64-
YUV80.68121.41150.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=45.16%
G=27.02%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112676900.400.380.56357.3325.1435.1
Hex70434502826381651923
Octal16010310505046705453143
Binary111000010000111000101010100010011011100010110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704345; }

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

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

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

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

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

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

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

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