Html Css Color HEX #703D41 Tosca

📋 copy color: '#703D41'

red 112 ◦ green 61 ◦ blue 65

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

Shades of Tosca #703D41

Tints of Tosca #703D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 47.06%
G = 25.63%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#703D41 (or 0x703D41) is known color: Tosca. HEX triplet: 70, 3D and 41. RGB value is (112,61,65). Sum of RGB (Red+Green+Blue) = 112+61+65=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D41 is #8FC2BE. Grayscale: #4C4C4C. Windows color (decimal): -9421503 or 4275568. OLE color: 4275568.

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

Color convert

RGB 112 61 65 -
CMYK 0 0.46 0.42 0.56
HSL 355.29º 0.29% 0.34% -
HSV(B) 355.29º 0.46% 0.44% -
XYZ 9.3 7.16 5.89 -
YUV 76.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 112 61 65 0 0.46 0.42 0.56 355.29 0.29 0.34
Hex 70 3D 41 0 2E 2A 38 163 1D 22
Octal 160 75 101 0 56 52 70 543 35 42
Binary 1110000 111101 1000001 0 101110 101010 111000 101100011 11101 100010

Color Harmonies of #703D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D41

Black with #703D41

Text Example


Text Example

White with #703D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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