Html Css Color HEX #713946 Tawny Port

📋 copy color: '#713946'

red 113 ◦ green 57 ◦ blue 70

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

Shades of Tawny Port #713946

Tints of Tawny Port #713946

RGB

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

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

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

R = 47.08%
G = 23.75%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#713946 (or 0x713946) is known color: Tawny Port. HEX triplet: 71, 39 and 46. RGB value is (113,57,70). Sum of RGB (Red+Green+Blue) = 113+57+70=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #713946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713946 is #8EC6B9. Grayscale: #4B4B4B. Windows color (decimal): -9356986 or 4602225. OLE color: 4602225.

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

Color convert

RGB 113 57 70 -
CMYK 0 0.50 0.38 0.56
HSL 346.07º 0.33% 0.33% -
HSV(B) 346.07º 0.5% 0.44% -
XYZ 9.38 6.88 6.63 -
YUV 75.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 113 57 70 0 0.50 0.38 0.56 346.07 0.33 0.33
Hex 71 39 46 0 32 26 38 15A 21 21
Octal 161 71 106 0 62 46 70 532 41 41
Binary 1110001 111001 1000110 0 110010 100110 111000 101011010 100001 100001

Color Harmonies of #713946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713946

Black with #713946

Text Example


Text Example

White with #713946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713946; }

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

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

background-color css

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

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

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

border-color css

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

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

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