#713F19

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

Shades of Peru Tan #713F19

Tints of Peru Tan #713F19

Color information

#713F19 (or 0x713F19) is unknown color: approx Peru Tan. HEX triplet: 71, 3F and 19. RGB value is (113,63,25). Sum of RGB (Red+Green+Blue) = 113+63+25=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #713F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F19 is #8EC0E6. Grayscale: #494949. Windows color (decimal): -9355495 or 1654641. OLE color: 1654641.

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

Color convert

RGB1136325-
CMYK00.440.780.56
HSL25.91º63.77%27.06%-
HSV(B)25.91º77.88%44.31%-
XYZ8.767.141.84-
YUV73.62100.56156.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=56.22%
G=31.34%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113632500.440.780.5625.9163.7727.06
Hex713F1902C4E381a401b
Octal1617731054116703210033
Binary1110001111111110010101100100111011100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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