#713B13

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

Shades of Peru Tan #713B13

Tints of Peru Tan #713B13

Color information

#713B13 (or 0x713B13) is unknown color: approx Peru Tan. HEX triplet: 71, 3B and 13. RGB value is (113,59,19). Sum of RGB (Red+Green+Blue) = 113+59+19=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #713B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713B13 is #8EC4EC. Grayscale: #464646. Windows color (decimal): -9356525 or 1260401. OLE color: 1260401.

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

Color convert

RGB1135919-
CMYK00.480.830.56
HSL25.53º71.21%25.88%-
HSV(B)25.53º83.19%44.31%-
XYZ8.496.691.46-
YUV70.5998.89158.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.16%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=59.16%
G=30.89%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113591900.480.830.5625.5371.2125.88
Hex713B1303053381a471a
Octal1617323060123703210732
Binary1110001111011100110110000101001111100011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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