#713E1D

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

Shades of Peru Tan #713E1D

Tints of Peru Tan #713E1D

Color information

#713E1D (or 0x713E1D) is unknown color: approx Peru Tan. HEX triplet: 71, 3E and 1D. RGB value is (113,62,29). Sum of RGB (Red+Green+Blue) = 113+62+29=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #713E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713E1D is #8EC1E2. Grayscale: #494949. Windows color (decimal): -9355747 or 1916529. OLE color: 1916529.

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

Color convert

RGB1136229-
CMYK00.450.740.56
HSL23.57º59.15%27.84%-
HSV(B)23.57º74.34%44.31%-
XYZ8.757.042.06-
YUV73.49102.9156.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=55.39%
G=30.39%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113622900.450.740.5623.5759.1527.84
Hex713E1D02D4A38183b1c
Octal161763505511270307334
Binary111000111111011101010110110010101110001100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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