#704244

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

Shades of Tosca #704244

Tints of Tosca #704244

Color information

#704244 (or 0x704244) is unknown color: approx Tosca. HEX triplet: 70, 42 and 44. RGB value is (112,66,68). Sum of RGB (Red+Green+Blue) = 112+66+68=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704244 is #8FBDBB. Grayscale: #505050. Windows color (decimal): -9420220 or 4473456. OLE color: 4473456.

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

Color convert

RGB1126668-
CMYK00.410.390.56
HSL357.39º25.84%34.9%-
HSV(B)357.39º41.07%43.92%-
XYZ9.677.766.46-
YUV79.98121.24150.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=45.53%
G=26.83%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112666800.410.390.56357.3925.8434.9
Hex70424402927381651a23
Octal16010210405147705453243
Binary111000010000101000100010100110011111100010110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704244; }

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

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

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

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

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

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

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

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