#704249

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

Shades of Tosca #704249

Tints of Tosca #704249

Color information

#704249 (or 0x704249) is unknown color: approx Tosca. HEX triplet: 70, 42 and 49. RGB value is (112,66,73). Sum of RGB (Red+Green+Blue) = 112+66+73=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704249 is #8FBDB6. Grayscale: #505050. Windows color (decimal): -9420215 or 4801136. OLE color: 4801136.

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

Color convert

RGB1126673-
CMYK00.410.350.56
HSL350.87º25.84%34.9%-
HSV(B)350.87º41.07%43.92%-
XYZ9.837.827.29-
YUV80.55123.74150.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=44.62%
G=26.29%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112667300.410.350.56350.8725.8434.9
Hex704249029233815f1a23
Octal16010211105143705373243
Binary111000010000101001001010100110001111100010101111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704249; }

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

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

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

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

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

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

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

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