#713217

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

Shades of Peru Tan #713217

Tints of Peru Tan #713217

Color information

#713217 (or 0x713217) is unknown color: approx Peru Tan. HEX triplet: 71, 32 and 17. RGB value is (113,50,23). Sum of RGB (Red+Green+Blue) = 113+50+23=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713217 is #8ECDE8. Grayscale: #414141. Windows color (decimal): -9358825 or 1520241. OLE color: 1520241.

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

Color convert

RGB1135023-
CMYK00.560.800.56
HSL18º66.18%26.67%-
HSV(B)18º79.65%44.31%-
XYZ8.115.851.51-
YUV65.76103.87161.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 23 (9.38% from 255) = 12.37%
R=60.75%
G=26.88%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113502300.560.800.561866.1826.67
Hex713217038503812421b
Octal1616227070120702210233
Binary1110001110010101110111000101000011100010010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713217; }

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

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

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

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

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

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

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

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