#704049

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

Shades of Tosca #704049

Tints of Tosca #704049

Color information

#704049 (or 0x704049) is unknown color: approx Tosca. HEX triplet: 70, 40 and 49. RGB value is (112,64,73). Sum of RGB (Red+Green+Blue) = 112+64+73=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704049 is #8FBFB6. Grayscale: #4F4F4F. Windows color (decimal): -9420727 or 4800624. OLE color: 4800624.

HSL color Cylindrical-coordinate representation of color #704049: hue angle of 348.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 #704049 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1126473-
CMYK00.430.350.56
HSL348.75º27.27%34.51%-
HSV(B)348.75º42.86%43.92%-
XYZ9.727.597.26-
YUV79.38124.4151.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=44.98%
G=25.70%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112647300.430.350.56348.7527.2734.51
Hex70404902B233815d1b23
Octal16010011105343705353343
Binary111000010000001001001010101110001111100010101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704049; }

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

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

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

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

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

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

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

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