Html Css Color HEX #703845 Tawny Port

📋 copy color: '#703845'

red 112 ◦ green 56 ◦ blue 69

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

Shades of Tawny Port #703845

Tints of Tawny Port #703845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 47.26%
G = 23.63%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703845 (or 0x703845) is known color: Tawny Port. HEX triplet: 70, 38 and 45. RGB value is (112,56,69). Sum of RGB (Red+Green+Blue) = 112+56+69=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703845 is #8FC7BA. Grayscale: #4A4A4A. Windows color (decimal): -9422779 or 4536432. OLE color: 4536432.

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

Color convert

RGB 112 56 69 -
CMYK 0 0.50 0.38 0.56
HSL 346.07º 0.33% 0.33% -
HSV(B) 346.07º 0.5% 0.44% -
XYZ 9.17 6.7 6.44 -
YUV 74.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 112 56 69 0 0.50 0.38 0.56 346.07 0.33 0.33
Hex 70 38 45 0 32 26 38 15A 21 21
Octal 160 70 105 0 62 46 70 532 41 41
Binary 1110000 111000 1000101 0 110010 100110 111000 101011010 100001 100001

Color Harmonies of #703845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703845

Black with #703845

Text Example


Text Example

White with #703845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703845; }

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

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

background-color css

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

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

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

border-color css

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

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

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