Html Css Color HEX #704145 Tosca

📋 copy color: '#704145'

red 112 ◦ green 65 ◦ blue 69

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

Shades of Tosca #704145

Tints of Tosca #704145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 45.53%
G = 26.42%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704145 (or 0x704145) is known color: Tosca. HEX triplet: 70, 41 and 45. RGB value is (112,65,69). Sum of RGB (Red+Green+Blue) = 112+65+69=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704145 is #8FBEBA. Grayscale: #4F4F4F. Windows color (decimal): -9420475 or 4538736. OLE color: 4538736.

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

Color convert

RGB 112 65 69 -
CMYK 0 0.42 0.38 0.56
HSL 354.89º 0.27% 0.35% -
HSV(B) 354.89º 0.42% 0.44% -
XYZ 9.65 7.66 6.6 -
YUV 79.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 112 65 69 0 0.42 0.38 0.56 354.89 0.27 0.35
Hex 70 41 45 0 2A 26 38 163 1B 23
Octal 160 101 105 0 52 46 70 543 33 43
Binary 1110000 1000001 1000101 0 101010 100110 111000 101100011 11011 100011

Color Harmonies of #704145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704145

Black with #704145

Text Example


Text Example

White with #704145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704145; }

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

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

background-color css

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

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

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

border-color css

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

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

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