Html Css Color HEX #713F14 Peru Tan

📋 copy color: '#713F14'

red 113 ◦ green 63 ◦ blue 20

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

Shades of Peru Tan #713F14

Tints of Peru Tan #713F14

RGB

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

 GREEN value IS 63 (25% from 255) = 32.14%

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

R = 57.65%
G = 32.14%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#713F14 (or 0x713F14) is known color: Peru Tan. HEX triplet: 71, 3F and 14. RGB value is (113,63,20). Sum of RGB (Red+Green+Blue) = 113+63+20=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F14 is #8EC0EB. Grayscale: #494949. Windows color (decimal): -9355500 or 1326961. OLE color: 1326961.

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

Color convert

RGB 113 63 20 -
CMYK 0 0.44 0.82 0.56
HSL 27.74º 0.7% 0.26% -
HSV(B) 27.74º 0.82% 0.44% -
XYZ 8.71 7.12 1.58 -
YUV 73.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 113 63 20 0 0.44 0.82 0.56 27.74 0.7 0.26
Hex 71 3F 14 0 2C 52 38 1C 46 1A
Octal 161 77 24 0 54 122 70 34 106 32
Binary 1110001 111111 10100 0 101100 1010010 111000 11100 1000110 11010

Color Harmonies of #713F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F14

Black with #713F14

Text Example


Text Example

White with #713F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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