Html Css Color HEX #704146 Tosca

📋 copy color: '#704146'

red 112 ◦ green 65 ◦ blue 70

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

Shades of Tosca #704146

Tints of Tosca #704146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.34%

R = 45.34%
G = 26.32%
B = 28.34%

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

#704146 (or 0x704146) is known color: Tosca. HEX triplet: 70, 41 and 46. RGB value is (112,65,70). Sum of RGB (Red+Green+Blue) = 112+65+70=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #704146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704146 is #8FBEB9. Grayscale: #4F4F4F. Windows color (decimal): -9420474 or 4604272. OLE color: 4604272.

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

Color convert

RGB 112 65 70 -
CMYK 0 0.42 0.38 0.56
HSL 353.62º 0.27% 0.35% -
HSV(B) 353.62º 0.42% 0.44% -
XYZ 9.68 7.67 6.76 -
YUV 79.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 112 65 70 0 0.42 0.38 0.56 353.62 0.27 0.35
Hex 70 41 46 0 2A 26 38 162 1B 23
Octal 160 101 106 0 52 46 70 542 33 43
Binary 1110000 1000001 1000110 0 101010 100110 111000 101100010 11011 100011

Color Harmonies of #704146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704146

Black with #704146

Text Example


Text Example

White with #704146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704146; }

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

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

background-color css

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

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

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

border-color css

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

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

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