Html Css Color HEX #713014 Peru Tan

📋 copy color: '#713014'

red 113 ◦ green 48 ◦ blue 20

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

Shades of Peru Tan #713014

Tints of Peru Tan #713014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

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

R = 62.43%
G = 26.52%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#713014 (or 0x713014) is known color: Peru Tan. HEX triplet: 71, 30 and 14. RGB value is (113,48,20). Sum of RGB (Red+Green+Blue) = 113+48+20=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713014 is #8ECFEB. Grayscale: #404040. Windows color (decimal): -9359340 or 1323121. OLE color: 1323121.

HSL color Cylindrical-coordinate representation of color #713014: hue angle of 18.06º 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 #713014 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 20 -
CMYK 0 0.58 0.82 0.56
HSL 18.06º 0.7% 0.26% -
HSV(B) 18.06º 0.82% 0.44% -
XYZ 7.99 5.68 1.34 -
YUV 64.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 113 48 20 0 0.58 0.82 0.56 18.06 0.7 0.26
Hex 71 30 14 0 3A 52 38 12 46 1A
Octal 161 60 24 0 72 122 70 22 106 32
Binary 1110001 110000 10100 0 111010 1010010 111000 10010 1000110 11010

Color Harmonies of #713014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713014

Black with #713014

Text Example


Text Example

White with #713014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713014; }

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

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

background-color css

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

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

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

border-color css

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

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

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