Html Css Color HEX #703546 Tawny Port

📋 copy color: '#703546'

red 112 ◦ green 53 ◦ blue 70

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

Shades of Tawny Port #703546

Tints of Tawny Port #703546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 47.66%
G = 22.55%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703546 (or 0x703546) is known color: Tawny Port. HEX triplet: 70, 35 and 46. RGB value is (112,53,70). Sum of RGB (Red+Green+Blue) = 112+53+70=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #703546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703546 is #8FCAB9. Grayscale: #484848. Windows color (decimal): -9423546 or 4601200. OLE color: 4601200.

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

Color convert

RGB 112 53 70 -
CMYK 0 0.53 0.38 0.56
HSL 342.71º 0.36% 0.32% -
HSV(B) 342.71º 0.53% 0.44% -
XYZ 9.06 6.43 6.56 -
YUV 72.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 112 53 70 0 0.53 0.38 0.56 342.71 0.36 0.32
Hex 70 35 46 0 35 26 38 157 24 20
Octal 160 65 106 0 65 46 70 527 44 40
Binary 1110000 110101 1000110 0 110101 100110 111000 101010111 100100 100000

Color Harmonies of #703546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703546

Black with #703546

Text Example


Text Example

White with #703546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703546; }

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

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

background-color css

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

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

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

border-color css

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

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

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