#713519

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

Shades of Peru Tan #713519

Tints of Peru Tan #713519

Color information

#713519 (or 0x713519) is unknown color: approx Peru Tan. HEX triplet: 71, 35 and 19. RGB value is (113,53,25). Sum of RGB (Red+Green+Blue) = 113+53+25=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #713519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713519 is #8ECAE6. Grayscale: #434343. Windows color (decimal): -9358055 or 1652081. OLE color: 1652081.

HSL color Cylindrical-coordinate representation of color #713519: hue angle of 19.09º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #713519 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1135325-
CMYK00.530.780.56
HSL19.09º63.77%27.06%-
HSV(B)19.09º77.88%44.31%-
XYZ8.266.131.67-
YUV67.75103.88160.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=59.16%
G=27.75%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113532500.530.780.5619.0963.7727.06
Hex7135190354E3813401b
Octal1616531065116702310033
Binary1110001110101110010110101100111011100010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713519; }

 p { color: rgb(113,53,25); }

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

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

 a { background-color: rgb(113,53,25); }

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

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

 span { border-color: rgb(113,53,25); }

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