Html Css Color HEX #703D45 Tosca

📋 copy color: '#703D45'

red 112 ◦ green 61 ◦ blue 69

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

Shades of Tosca #703D45

Tints of Tosca #703D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.21%

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

R = 46.28%
G = 25.21%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703D45 (or 0x703D45) is known color: Tosca. HEX triplet: 70, 3D and 45. RGB value is (112,61,69). Sum of RGB (Red+Green+Blue) = 112+61+69=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #703D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D45 is #8FC2BA. Grayscale: #4D4D4D. Windows color (decimal): -9421499 or 4537712. OLE color: 4537712.

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

Color convert

RGB 112 61 69 -
CMYK 0 0.46 0.38 0.56
HSL 350.59º 0.29% 0.34% -
HSV(B) 350.59º 0.46% 0.44% -
XYZ 9.43 7.21 6.53 -
YUV 77.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 112 61 69 0 0.46 0.38 0.56 350.59 0.29 0.34
Hex 70 3D 45 0 2E 26 38 15F 1D 22
Octal 160 75 105 0 56 46 70 537 35 42
Binary 1110000 111101 1000101 0 101110 100110 111000 101011111 11101 100010

Color Harmonies of #703D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D45

Black with #703D45

Text Example


Text Example

White with #703D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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