Html Css Color HEX #703746 Tawny Port

📋 copy color: '#703746'

red 112 ◦ green 55 ◦ blue 70

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

Shades of Tawny Port #703746

Tints of Tawny Port #703746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

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

R = 47.26%
G = 23.21%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#703746 (or 0x703746) is known color: Tawny Port. HEX triplet: 70, 37 and 46. RGB value is (112,55,70). Sum of RGB (Red+Green+Blue) = 112+55+70=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703746 is #8FC8B9. Grayscale: #494949. Windows color (decimal): -9423034 or 4601712. OLE color: 4601712.

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

Color convert

RGB 112 55 70 -
CMYK 0 0.51 0.38 0.56
HSL 344.21º 0.34% 0.33% -
HSV(B) 344.21º 0.51% 0.44% -
XYZ 9.15 6.62 6.59 -
YUV 73.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 112 55 70 0 0.51 0.38 0.56 344.21 0.34 0.33
Hex 70 37 46 0 33 26 38 158 22 21
Octal 160 67 106 0 63 46 70 530 42 41
Binary 1110000 110111 1000110 0 110011 100110 111000 101011000 100010 100001

Color Harmonies of #703746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703746

Black with #703746

Text Example


Text Example

White with #703746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703746; }

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

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

background-color css

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

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

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

border-color css

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

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

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