#713D15

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

Shades of Peru Tan #713D15

Tints of Peru Tan #713D15

Color information

#713D15 (or 0x713D15) is unknown color: approx Peru Tan. HEX triplet: 71, 3D and 15. RGB value is (113,61,21). Sum of RGB (Red+Green+Blue) = 113+61+21=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D15 is #8EC2EA. Grayscale: #484848. Windows color (decimal): -9356011 or 1391985. OLE color: 1391985.

HSL color Cylindrical-coordinate representation of color #713D15: hue angle of 26.09º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #713D15 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1136121-
CMYK00.460.810.56
HSL26.09º68.66%26.27%-
HSV(B)26.09º81.42%44.31%-
XYZ8.616.91.59-
YUV71.9999.23157.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=57.95%
G=31.28%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113612100.460.810.5626.0968.6626.27
Hex713D1502E51381a451a
Octal1617525056121703210532
Binary1110001111101101010101110101000111100011010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,21); }

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

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

 a { background-color: rgb(113,61,21); }

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

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

 span { border-color: rgb(113,61,21); }

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