Html Css Color HEX #703548 Tawny Port

📋 copy color: '#703548'

red 112 ◦ green 53 ◦ blue 72

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

Shades of Tawny Port #703548

Tints of Tawny Port #703548

RGB

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

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

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

R = 47.26%
G = 22.36%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#703548 (or 0x703548) is known color: Tawny Port. HEX triplet: 70, 35 and 48. RGB value is (112,53,72). Sum of RGB (Red+Green+Blue) = 112+53+72=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #703548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703548 is #8FCAB7. Grayscale: #484848. Windows color (decimal): -9423544 or 4732272. OLE color: 4732272.

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

Color convert

RGB 112 53 72 -
CMYK 0 0.53 0.36 0.56
HSL 340.68º 0.36% 0.32% -
HSV(B) 340.68º 0.53% 0.44% -
XYZ 9.12 6.46 6.9 -
YUV 72.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 112 53 72 0 0.53 0.36 0.56 340.68 0.36 0.32
Hex 70 35 48 0 35 24 38 155 24 20
Octal 160 65 110 0 65 44 70 525 44 40
Binary 1110000 110101 1001000 0 110101 100100 111000 101010101 100100 100000

Color Harmonies of #703548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703548

Black with #703548

Text Example


Text Example

White with #703548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703548; }

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

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

background-color css

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

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

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

border-color css

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

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

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