Html Css Color HEX #703D48 Tawny Port

📋 copy color: '#703D48'

red 112 ◦ green 61 ◦ blue 72

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

Shades of Tawny Port #703D48

Tints of Tawny Port #703D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

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

R = 45.71%
G = 24.9%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703D48 (or 0x703D48) is known color: Tawny Port. HEX triplet: 70, 3D and 48. RGB value is (112,61,72). Sum of RGB (Red+Green+Blue) = 112+61+72=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #703D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D48 is #8FC2B7. Grayscale: #4D4D4D. Windows color (decimal): -9421496 or 4734320. OLE color: 4734320.

HSL color Cylindrical-coordinate representation of color #703D48: hue angle of 347.06º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #703D48 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 61 72 -
CMYK 0 0.46 0.36 0.56
HSL 347.06º 0.29% 0.34% -
HSV(B) 347.06º 0.46% 0.44% -
XYZ 9.52 7.25 7.03 -
YUV 77.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 112 61 72 0 0.46 0.36 0.56 347.06 0.29 0.34
Hex 70 3D 48 0 2E 24 38 15B 1D 22
Octal 160 75 110 0 56 44 70 533 35 42
Binary 1110000 111101 1001000 0 101110 100100 111000 101011011 11101 100010

Color Harmonies of #703D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D48

Black with #703D48

Text Example


Text Example

White with #703D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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