Html Css Color HEX #713114 Peru Tan

📋 copy color: '#713114'

red 113 ◦ green 49 ◦ blue 20

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

Shades of Peru Tan #713114

Tints of Peru Tan #713114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.92%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 62.09%
G = 26.92%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#713114 (or 0x713114) is known color: Peru Tan. HEX triplet: 71, 31 and 14. RGB value is (113,49,20). Sum of RGB (Red+Green+Blue) = 113+49+20=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #713114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713114 is #8ECEEB. Grayscale: #414141. Windows color (decimal): -9359084 or 1323377. OLE color: 1323377.

HSL color Cylindrical-coordinate representation of color #713114: hue angle of 18.71º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #713114 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 20 -
CMYK 0 0.57 0.82 0.56
HSL 18.71º 0.7% 0.26% -
HSV(B) 18.71º 0.82% 0.44% -
XYZ 8.03 5.76 1.35 -
YUV 64.83 102.7 162.36 -
System Red Green Blue C M Y K H S L
Decimal 113 49 20 0 0.57 0.82 0.56 18.71 0.7 0.26
Hex 71 31 14 0 39 52 38 13 46 1A
Octal 161 61 24 0 71 122 70 23 106 32
Binary 1110001 110001 10100 0 111001 1010010 111000 10011 1000110 11010

Color Harmonies of #713114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713114

Black with #713114

Text Example


Text Example

White with #713114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713114; }

 p { color: rgb(113,49,20); }

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

background-color css

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

 a { background-color: rgb(113,49,20); }

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

border-color css

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

 span { border-color: rgb(113,49,20); }

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