#704749

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

Shades of Tosca #704749

Tints of Tosca #704749

Color information

#704749 (or 0x704749) is unknown color: approx Tosca. HEX triplet: 70, 47 and 49. RGB value is (112,71,73). Sum of RGB (Red+Green+Blue) = 112+71+73=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #704749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704749 is #8FB8B6. Grayscale: #535353. Windows color (decimal): -9418935 or 4802416. OLE color: 4802416.

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

Color convert

RGB1127173-
CMYK00.370.350.56
HSL357.07º22.4%35.88%-
HSV(B)357.07º36.61%43.92%-
XYZ10.148.437.4-
YUV83.49122.08148.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=43.75%
G=27.73%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112717300.370.350.56357.0722.435.88
Hex70474902523381651624
Octal16010711104543705452644
Binary111000010001111001001010010110001111100010110010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704749; }

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

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

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

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

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

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

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

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