Html Css Color HEX #703948 Tawny Port

📋 copy color: '#703948'

red 112 ◦ green 57 ◦ blue 72

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

Shades of Tawny Port #703948

Tints of Tawny Port #703948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 46.47%
G = 23.65%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703948 (or 0x703948) is known color: Tawny Port. HEX triplet: 70, 39 and 48. RGB value is (112,57,72). Sum of RGB (Red+Green+Blue) = 112+57+72=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #703948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703948 is #8FC6B7. Grayscale: #4B4B4B. Windows color (decimal): -9422520 or 4733296. OLE color: 4733296.

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

Color convert

RGB 112 57 72 -
CMYK 0 0.49 0.36 0.56
HSL 343.64º 0.33% 0.33% -
HSV(B) 343.64º 0.49% 0.44% -
XYZ 9.31 6.84 6.96 -
YUV 75.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 112 57 72 0 0.49 0.36 0.56 343.64 0.33 0.33
Hex 70 39 48 0 31 24 38 158 21 21
Octal 160 71 110 0 61 44 70 530 41 41
Binary 1110000 111001 1001000 0 110001 100100 111000 101011000 100001 100001

Color Harmonies of #703948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703948

Black with #703948

Text Example


Text Example

White with #703948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703948; }

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

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

background-color css

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

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

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

border-color css

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

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

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