Html Css Color HEX #713548 Tawny Port

📋 copy color: '#713548'

red 113 ◦ green 53 ◦ blue 72

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

Shades of Tawny Port #713548

Tints of Tawny Port #713548

RGB

 RED value IS 113 (44.53% from 255) = 47.48%

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

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

R = 47.48%
G = 22.27%
B = 30.25%

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

#713548 (or 0x713548) is known color: Tawny Port. HEX triplet: 71, 35 and 48. RGB value is (113,53,72). Sum of RGB (Red+Green+Blue) = 113+53+72=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #713548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713548 is #8ECAB7. Grayscale: #494949. Windows color (decimal): -9358008 or 4732273. OLE color: 4732273.

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

Color convert

RGB 113 53 72 -
CMYK 0 0.53 0.36 0.56
HSL 341º 0.36% 0.33% -
HSV(B) 341º 0.53% 0.44% -
XYZ 9.25 6.52 6.9 -
YUV 73.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 113 53 72 0 0.53 0.36 0.56 341 0.36 0.33
Hex 71 35 48 0 35 24 38 155 24 21
Octal 161 65 110 0 65 44 70 525 44 41
Binary 1110001 110101 1001000 0 110101 100100 111000 101010101 100100 100001

Color Harmonies of #713548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713548

Black with #713548

Text Example


Text Example

White with #713548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713548; }

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

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

background-color css

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

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

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

border-color css

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

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

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