Html Css Color HEX #713C20 Peru Tan

📋 copy color: '#713C20'

red 113 ◦ green 60 ◦ blue 32

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

Shades of Peru Tan #713C20

Tints of Peru Tan #713C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.27%

 BLUE value IS 32 (12.89% from 255) = 15.61%

R = 55.12%
G = 29.27%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#713C20 (or 0x713C20) is known color: Peru Tan. HEX triplet: 71, 3C and 20. RGB value is (113,60,32). Sum of RGB (Red+Green+Blue) = 113+60+32=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #713C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713C20 is #8EC3DF. Grayscale: #484848. Windows color (decimal): -9356256 or 2112625. OLE color: 2112625.

HSL color Cylindrical-coordinate representation of color #713C20: hue angle of 20.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713C20 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 60 32 -
CMYK 0 0.47 0.72 0.56
HSL 20.74º 0.56% 0.28% -
HSV(B) 20.74º 0.72% 0.44% -
XYZ 8.69 6.85 2.23 -
YUV 72.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 113 60 32 0 0.47 0.72 0.56 20.74 0.56 0.28
Hex 71 3C 20 0 2F 48 38 15 38 1C
Octal 161 74 40 0 57 110 70 25 70 34
Binary 1110001 111100 100000 0 101111 1001000 111000 10101 111000 11100

Color Harmonies of #713C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C20

Black with #713C20

Text Example


Text Example

White with #713C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,32); }

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

background-color css

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

 a { background-color: rgb(113,60,32); }

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

border-color css

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

 span { border-color: rgb(113,60,32); }

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