#713E14

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

Shades of Peru Tan #713E14

Tints of Peru Tan #713E14

Color information

#713E14 (or 0x713E14) is unknown color: approx Peru Tan. HEX triplet: 71, 3E and 14. RGB value is (113,62,20). Sum of RGB (Red+Green+Blue) = 113+62+20=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #713E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E14 is #8EC1EB. Grayscale: #484848. Windows color (decimal): -9355756 or 1326705. OLE color: 1326705.

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

Color convert

RGB1136220-
CMYK00.450.820.56
HSL27.1º69.92%26.08%-
HSV(B)27.1º82.3%44.31%-
XYZ8.667.011.56-
YUV72.4698.4156.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 62 (24.61% from 255) = 31.79%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=57.95%
G=31.79%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113622000.450.820.5627.169.9226.08
Hex713E1402D52381b461a
Octal1617624055122703310632
Binary1110001111110101000101101101001011100011011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,62,20); }

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

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

 a { background-color: rgb(113,62,20); }

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

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

 span { border-color: rgb(113,62,20); }

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