Html Css Color HEX #704349 Tosca

📋 copy color: '#704349'

red 112 ◦ green 67 ◦ blue 73

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

Shades of Tosca #704349

Tints of Tosca #704349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

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

R = 44.44%
G = 26.59%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#704349 (or 0x704349) is known color: Tosca. HEX triplet: 70, 43 and 49. RGB value is (112,67,73). Sum of RGB (Red+Green+Blue) = 112+67+73=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #704349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704349 is #8FBCB6. Grayscale: #515151. Windows color (decimal): -9419959 or 4801392. OLE color: 4801392.

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

Color convert

RGB 112 67 73 -
CMYK 0 0.40 0.35 0.56
HSL 352º 0.25% 0.35% -
HSV(B) 352º 0.4% 0.44% -
XYZ 9.89 7.94 7.31 -
YUV 81.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 112 67 73 0 0.40 0.35 0.56 352 0.25 0.35
Hex 70 43 49 0 28 23 38 160 19 23
Octal 160 103 111 0 50 43 70 540 31 43
Binary 1110000 1000011 1001001 0 101000 100011 111000 101100000 11001 100011

Color Harmonies of #704349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704349

Black with #704349

Text Example


Text Example

White with #704349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704349; }

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

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

background-color css

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

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

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

border-color css

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

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

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