#713117

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

Shades of Peru Tan #713117

Tints of Peru Tan #713117

Color information

#713117 (or 0x713117) is unknown color: approx Peru Tan. HEX triplet: 71, 31 and 17. RGB value is (113,49,23). Sum of RGB (Red+Green+Blue) = 113+49+23=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #713117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713117 is #8ECEE8. Grayscale: #414141. Windows color (decimal): -9359081 or 1519985. OLE color: 1519985.

HSL color Cylindrical-coordinate representation of color #713117: hue angle of 17.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #713117 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1134923-
CMYK00.570.800.56
HSL17.33º66.18%26.67%-
HSV(B)17.33º79.65%44.31%-
XYZ8.065.771.5-
YUV65.17104.2162.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=61.08%
G=26.49%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113492300.570.800.5617.3366.1826.67
Hex713117039503811421b
Octal1616127071120702110233
Binary1110001110001101110111001101000011100010001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713117; }

 p { color: rgb(113,49,23); }

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

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

 a { background-color: rgb(113,49,23); }

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

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

 span { border-color: rgb(113,49,23); }

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