Html Css Color HEX #703945 Tawny Port

📋 copy color: '#703945'

red 112 ◦ green 57 ◦ blue 69

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

Shades of Tawny Port #703945

Tints of Tawny Port #703945

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.95%

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

R = 47.06%
G = 23.95%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703945 (or 0x703945) is known color: Tawny Port. HEX triplet: 70, 39 and 45. RGB value is (112,57,69). Sum of RGB (Red+Green+Blue) = 112+57+69=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #703945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703945 is #8FC6BA. Grayscale: #4A4A4A. Windows color (decimal): -9422523 or 4536688. OLE color: 4536688.

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

Color convert

RGB 112 57 69 -
CMYK 0 0.49 0.38 0.56
HSL 346.91º 0.33% 0.33% -
HSV(B) 346.91º 0.49% 0.44% -
XYZ 9.22 6.8 6.46 -
YUV 74.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 112 57 69 0 0.49 0.38 0.56 346.91 0.33 0.33
Hex 70 39 45 0 31 26 38 15B 21 21
Octal 160 71 105 0 61 46 70 533 41 41
Binary 1110000 111001 1000101 0 110001 100110 111000 101011011 100001 100001

Color Harmonies of #703945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703945

Black with #703945

Text Example


Text Example

White with #703945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703945; }

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

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

background-color css

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

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

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

border-color css

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

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

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