Html Css Color HEX #704546 Tosca

📋 copy color: '#704546'

red 112 ◦ green 69 ◦ blue 70

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

Shades of Tosca #704546

Tints of Tosca #704546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 44.62%
G = 27.49%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#704546 (or 0x704546) is known color: Tosca. HEX triplet: 70, 45 and 46. RGB value is (112,69,70). Sum of RGB (Red+Green+Blue) = 112+69+70=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #704546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704546 is #8FBAB9. Grayscale: #525252. Windows color (decimal): -9419450 or 4605296. OLE color: 4605296.

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

Color convert

RGB 112 69 70 -
CMYK 0 0.38 0.38 0.56
HSL 358.6º 0.24% 0.35% -
HSV(B) 358.6º 0.38% 0.44% -
XYZ 9.92 8.14 6.84 -
YUV 81.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 112 69 70 0 0.38 0.38 0.56 358.6 0.24 0.35
Hex 70 45 46 0 26 26 38 167 18 23
Octal 160 105 106 0 46 46 70 547 30 43
Binary 1110000 1000101 1000110 0 100110 100110 111000 101100111 11000 100011

Color Harmonies of #704546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704546

Black with #704546

Text Example


Text Example

White with #704546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704546; }

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

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

background-color css

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

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

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

border-color css

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

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

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