#713F1B

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

Shades of Peru Tan #713F1B

Tints of Peru Tan #713F1B

Color information

#713F1B (or 0x713F1B) is unknown color: approx Peru Tan. HEX triplet: 71, 3F and 1B. RGB value is (113,63,27). Sum of RGB (Red+Green+Blue) = 113+63+27=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713F1B is #8EC0E4. Grayscale: #4A4A4A. Windows color (decimal): -9355493 or 1785713. OLE color: 1785713.

HSL color Cylindrical-coordinate representation of color #713F1B: hue angle of 25.12º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #713F1B is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB1136327-
CMYK00.440.760.56
HSL25.12º61.43%27.45%-
HSV(B)25.12º76.11%44.31%-
XYZ8.797.141.95-
YUV73.85101.56155.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=55.67%
G=31.03%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113632700.440.760.5625.1261.4327.45
Hex713F1B02C4C38193d1b
Octal161773305411470317533
Binary111000111111111011010110010011001110001100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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