Html Css Color HEX #713845 Tawny Port

📋 copy color: '#713845'

red 113 ◦ green 56 ◦ blue 69

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

Shades of Tawny Port #713845

Tints of Tawny Port #713845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.53%

 BLUE value IS 69 (27.34% from 255) = 28.99%

R = 47.48%
G = 23.53%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#713845 (or 0x713845) is known color: Tawny Port. HEX triplet: 71, 38 and 45. RGB value is (113,56,69). Sum of RGB (Red+Green+Blue) = 113+56+69=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #713845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713845 is #8EC7BA. Grayscale: #4A4A4A. Windows color (decimal): -9357243 or 4536433. OLE color: 4536433.

HSL color Cylindrical-coordinate representation of color #713845: hue angle of 346.32º degrees, saturation: 0.34, 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 #713845 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 69 -
CMYK 0 0.50 0.39 0.56
HSL 346.32º 0.34% 0.33% -
HSV(B) 346.32º 0.5% 0.44% -
XYZ 9.3 6.77 6.45 -
YUV 74.53 124.88 155.44 -
System Red Green Blue C M Y K H S L
Decimal 113 56 69 0 0.50 0.39 0.56 346.32 0.34 0.33
Hex 71 38 45 0 32 27 38 15A 22 21
Octal 161 70 105 0 62 47 70 532 42 41
Binary 1110001 111000 1000101 0 110010 100111 111000 101011010 100010 100001

Color Harmonies of #713845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713845

Black with #713845

Text Example


Text Example

White with #713845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713845; }

 p { color: rgb(113,56,69); }

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

background-color css

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

 a { background-color: rgb(113,56,69); }

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

border-color css

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

 span { border-color: rgb(113,56,69); }

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