#704547

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

Shades of Tosca #704547

Tints of Tosca #704547

Color information

#704547 (or 0x704547) is unknown color: approx Tosca. HEX triplet: 70, 45 and 47. RGB value is (112,69,71). Sum of RGB (Red+Green+Blue) = 112+69+71=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704547 is #8FBAB8. Grayscale: #525252. Windows color (decimal): -9419449 or 4670832. OLE color: 4670832.

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

Color convert

RGB1126971-
CMYK00.380.370.56
HSL357.21º23.76%35.49%-
HSV(B)357.21º38.39%43.92%-
XYZ9.958.167.01-
YUV82.08121.75149.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=44.44%
G=27.38%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112697100.380.370.56357.2123.7635.49
Hex70454702625381651823
Octal16010510704645705453043
Binary111000010001011000111010011010010111100010110010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704547; }

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

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

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

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

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

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

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

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