#704449

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

Shades of Tosca #704449

Tints of Tosca #704449

Color information

#704449 (or 0x704449) is unknown color: approx Tosca. HEX triplet: 70, 44 and 49. RGB value is (112,68,73). Sum of RGB (Red+Green+Blue) = 112+68+73=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #704449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704449 is #8FBBB6. Grayscale: #515151. Windows color (decimal): -9419703 or 4801648. OLE color: 4801648.

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

Color convert

RGB1126873-
CMYK00.390.350.56
HSL353.18º24.44%35.29%-
HSV(B)353.18º39.29%43.92%-
XYZ9.958.067.33-
YUV81.73123.08149.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 73 (28.91% from 255) = 28.85%
R=44.27%
G=26.88%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112687300.390.350.56353.1824.4435.29
Hex70444902723381611823
Octal16010411104743705413043
Binary111000010001001001001010011110001111100010110000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704449; }

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

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

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

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

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

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

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

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