Html Css Color HEX #713746 Tawny Port

📋 copy color: '#713746'

red 113 ◦ green 55 ◦ blue 70

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

Shades of Tawny Port #713746

Tints of Tawny Port #713746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 47.48%
G = 23.11%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#713746 (or 0x713746) is known color: Tawny Port. HEX triplet: 71, 37 and 46. RGB value is (113,55,70). Sum of RGB (Red+Green+Blue) = 113+55+70=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #713746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713746 is #8EC8B9. Grayscale: #4A4A4A. Windows color (decimal): -9357498 or 4601713. OLE color: 4601713.

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

Color convert

RGB 113 55 70 -
CMYK 0 0.51 0.38 0.56
HSL 344.48º 0.35% 0.33% -
HSV(B) 344.48º 0.51% 0.44% -
XYZ 9.28 6.69 6.6 -
YUV 74.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 113 55 70 0 0.51 0.38 0.56 344.48 0.35 0.33
Hex 71 37 46 0 33 26 38 158 23 21
Octal 161 67 106 0 63 46 70 530 43 41
Binary 1110001 110111 1000110 0 110011 100110 111000 101011000 100011 100001

Color Harmonies of #713746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713746

Black with #713746

Text Example


Text Example

White with #713746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713746; }

 p { color: rgb(113,55,70); }

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

background-color css

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

 a { background-color: rgb(113,55,70); }

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

border-color css

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

 span { border-color: rgb(113,55,70); }

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