Html Css Color HEX #704245 Tosca

📋 copy color: '#704245'

red 112 ◦ green 66 ◦ blue 69

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

Shades of Tosca #704245

Tints of Tosca #704245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 45.34%
G = 26.72%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704245 (or 0x704245) is known color: Tosca. HEX triplet: 70, 42 and 45. RGB value is (112,66,69). Sum of RGB (Red+Green+Blue) = 112+66+69=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704245 is #8FBDBA. Grayscale: #505050. Windows color (decimal): -9420219 or 4538992. OLE color: 4538992.

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

Color convert

RGB 112 66 69 -
CMYK 0 0.41 0.38 0.56
HSL 356.09º 0.26% 0.35% -
HSV(B) 356.09º 0.41% 0.44% -
XYZ 9.7 7.77 6.62 -
YUV 80.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 112 66 69 0 0.41 0.38 0.56 356.09 0.26 0.35
Hex 70 42 45 0 29 26 38 164 1A 23
Octal 160 102 105 0 51 46 70 544 32 43
Binary 1110000 1000010 1000101 0 101001 100110 111000 101100100 11010 100011

Color Harmonies of #704245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704245

Black with #704245

Text Example


Text Example

White with #704245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704245; }

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

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

background-color css

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

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

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

border-color css

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

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

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