Html Css Color HEX #704049 Tosca

📋 copy color: '#704049'

red 112 ◦ green 64 ◦ blue 73

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

Shades of Tosca #704049

Tints of Tosca #704049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 44.98%
G = 25.7%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#704049 (or 0x704049) is known color: Tosca. HEX triplet: 70, 40 and 49. RGB value is (112,64,73). Sum of RGB (Red+Green+Blue) = 112+64+73=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704049 is #8FBFB6. Grayscale: #4F4F4F. Windows color (decimal): -9420727 or 4800624. OLE color: 4800624.

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

Color convert

RGB 112 64 73 -
CMYK 0 0.43 0.35 0.56
HSL 348.75º 0.27% 0.35% -
HSV(B) 348.75º 0.43% 0.44% -
XYZ 9.72 7.59 7.26 -
YUV 79.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 112 64 73 0 0.43 0.35 0.56 348.75 0.27 0.35
Hex 70 40 49 0 2B 23 38 15D 1B 23
Octal 160 100 111 0 53 43 70 535 33 43
Binary 1110000 1000000 1001001 0 101011 100011 111000 101011101 11011 100011

Color Harmonies of #704049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704049

Black with #704049

Text Example


Text Example

White with #704049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704049; }

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

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

background-color css

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

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

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

border-color css

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

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

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