#713419

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

Shades of Peru Tan #713419

Tints of Peru Tan #713419

Color information

#713419 (or 0x713419) is unknown color: approx Peru Tan. HEX triplet: 71, 34 and 19. RGB value is (113,52,25). Sum of RGB (Red+Green+Blue) = 113+52+25=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #713419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713419 is #8ECBE6. Grayscale: #434343. Windows color (decimal): -9358311 or 1651825. OLE color: 1651825.

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

Color convert

RGB1135225-
CMYK00.540.780.56
HSL18.41º63.77%27.06%-
HSV(B)18.41º77.88%44.31%-
XYZ8.216.041.65-
YUV67.16104.21160.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=59.47%
G=27.37%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113522500.540.780.5618.4163.7727.06
Hex7134190364E3812401b
Octal1616431066116702210033
Binary1110001110100110010110110100111011100010010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713419; }

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

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

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

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

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

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

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

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