#713E20

Color #713E20 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #713E20

Tints of Peru Tan #713E20

Color information

#713E20 (or 0x713E20) is unknown color: approx Peru Tan. HEX triplet: 71, 3E and 20. RGB value is (113,62,32). Sum of RGB (Red+Green+Blue) = 113+62+32=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #713E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E20 is #8EC1DF. Grayscale: #494949. Windows color (decimal): -9355744 or 2113137. OLE color: 2113137.

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

Color convert

RGB1136232-
CMYK00.450.720.56
HSL22.22º55.86%28.43%-
HSV(B)22.22º71.68%44.31%-
XYZ8.797.062.27-
YUV73.83104.4155.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=54.59%
G=29.95%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113623200.450.720.5622.2255.8628.43
Hex713E2002D483816381c
Octal161764005511070267034
Binary1110001111110100000010110110010001110001011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #713E20;
 }
 .AnyTagClassName
 {
   color: #713E20;
 }
</style>
background-color css

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

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

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

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

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

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