#704149

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

Shades of Tosca #704149

Tints of Tosca #704149

Color information

#704149 (or 0x704149) is unknown color: approx Tosca. HEX triplet: 70, 41 and 49. RGB value is (112,65,73). Sum of RGB (Red+Green+Blue) = 112+65+73=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #704149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704149 is #8FBEB6. Grayscale: #4F4F4F. Windows color (decimal): -9420471 or 4800880. OLE color: 4800880.

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

Color convert

RGB1126573-
CMYK00.420.350.56
HSL349.79º26.55%34.71%-
HSV(B)349.79º41.96%43.92%-
XYZ9.777.717.28-
YUV79.96124.07150.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 73 (28.91% from 255) = 29.2%
R=44.8%
G=26%
B=29.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112657300.420.350.56349.7926.5534.71
Hex70414902A233815e1b23
Octal16010111105243705363343
Binary111000010000011001001010101010001111100010101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704149; }

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

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

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

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

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

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

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

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