#713B1F

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

Shades of Peru Tan #713B1F

Tints of Peru Tan #713B1F

Color information

#713B1F (or 0x713B1F) is unknown color: approx Peru Tan. HEX triplet: 71, 3B and 1F. RGB value is (113,59,31). Sum of RGB (Red+Green+Blue) = 113+59+31=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B1F is #8EC4E0. Grayscale: #484848. Windows color (decimal): -9356513 or 2046833. OLE color: 2046833.

HSL color Cylindrical-coordinate representation of color #713B1F: hue angle of 20.49º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713B1F is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1135931-
CMYK00.480.730.56
HSL20.49º56.94%28.24%-
HSV(B)20.49º72.57%44.31%-
XYZ8.626.742.14-
YUV71.95104.89157.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 59 (23.44% from 255) = 29.06%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=55.67%
G=29.06%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113593100.480.730.5620.4956.9428.24
Hex713B1F030493814391c
Octal161733706011170247134
Binary111000111101111111011000010010011110001010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,59,31); }

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

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

 a { background-color: rgb(113,59,31); }

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

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

 span { border-color: rgb(113,59,31); }

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