Html Css Color HEX #704549 Tosca

📋 copy color: '#704549'

red 112 ◦ green 69 ◦ blue 73

#704549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tosca #704549

Tints of Tosca #704549

RGB

 RED value IS 112 (44.14% from 255) = 44.09%

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 73 (28.91% from 255) = 28.74%

R = 44.09%
G = 27.17%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#704549 (or 0x704549) is known color: Tosca. HEX triplet: 70, 45 and 49. RGB value is (112,69,73). Sum of RGB (Red+Green+Blue) = 112+69+73=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #704549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704549 is #8FBAB6. Grayscale: #525252. Windows color (decimal): -9419447 or 4801904. OLE color: 4801904.

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

Color convert

RGB 112 69 73 -
CMYK 0 0.38 0.35 0.56
HSL 354.42º 0.24% 0.35% -
HSV(B) 354.42º 0.38% 0.44% -
XYZ 10.01 8.18 7.35 -
YUV 82.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 112 69 73 0 0.38 0.35 0.56 354.42 0.24 0.35
Hex 70 45 49 0 26 23 38 162 18 23
Octal 160 105 111 0 46 43 70 542 30 43
Binary 1110000 1000101 1001001 0 100110 100011 111000 101100010 11000 100011

Color Harmonies of #704549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704549

Black with #704549

Text Example


Text Example

White with #704549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704549; }

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

 H1.HeaderClassName
 {
   color: #704549;
 }
 .AnyTagClassName
 {
   color: #704549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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