#704448

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

Shades of Tosca #704448

Tints of Tosca #704448

Color information

#704448 (or 0x704448) is unknown color: approx Tosca. HEX triplet: 70, 44 and 48. RGB value is (112,68,72). Sum of RGB (Red+Green+Blue) = 112+68+72=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704448 is #8FBBB7. Grayscale: #515151. Windows color (decimal): -9419704 or 4736112. OLE color: 4736112.

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

Color convert

RGB1126872-
CMYK00.390.360.56
HSL354.55º24.44%35.29%-
HSV(B)354.55º39.29%43.92%-
XYZ9.928.057.16-
YUV81.61122.58149.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=44.44%
G=26.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112687200.390.360.56354.5524.4435.29
Hex70444802724381631823
Octal16010411004744705433043
Binary111000010001001001000010011110010011100010110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704448; }

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

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

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

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

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

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

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

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