#704048

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

Shades of Tosca #704048

Tints of Tosca #704048

Color information

#704048 (or 0x704048) is unknown color: approx Tosca. HEX triplet: 70, 40 and 48. RGB value is (112,64,72). Sum of RGB (Red+Green+Blue) = 112+64+72=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704048 is #8FBFB7. Grayscale: #4F4F4F. Windows color (decimal): -9420728 or 4735088. OLE color: 4735088.

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

Color convert

RGB1126472-
CMYK00.430.360.56
HSL350º27.27%34.51%-
HSV(B)350º42.86%43.92%-
XYZ9.697.587.08-
YUV79.26123.9151.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=45.16%
G=25.81%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112647200.430.360.5635027.2734.51
Hex70404802B243815e1b23
Octal16010011005344705363343
Binary111000010000001001000010101110010011100010101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704048; }

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

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

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

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

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

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

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

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