Html Css Color HEX #703748 Tawny Port

📋 copy color: '#703748'

red 112 ◦ green 55 ◦ blue 72

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

Shades of Tawny Port #703748

Tints of Tawny Port #703748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 46.86%
G = 23.01%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703748 (or 0x703748) is known color: Tawny Port. HEX triplet: 70, 37 and 48. RGB value is (112,55,72). Sum of RGB (Red+Green+Blue) = 112+55+72=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #703748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703748 is #8FC8B7. Grayscale: #494949. Windows color (decimal): -9423032 or 4732784. OLE color: 4732784.

HSL color Cylindrical-coordinate representation of color #703748: hue angle of 342.11º 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 #703748 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 72 -
CMYK 0 0.51 0.36 0.56
HSL 342.11º 0.34% 0.33% -
HSV(B) 342.11º 0.51% 0.44% -
XYZ 9.22 6.65 6.93 -
YUV 73.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 112 55 72 0 0.51 0.36 0.56 342.11 0.34 0.33
Hex 70 37 48 0 33 24 38 156 22 21
Octal 160 67 110 0 63 44 70 526 42 41
Binary 1110000 110111 1001000 0 110011 100100 111000 101010110 100010 100001

Color Harmonies of #703748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703748

Black with #703748

Text Example


Text Example

White with #703748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703748; }

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

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

background-color css

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

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

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

border-color css

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

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

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