#713713

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

Shades of Peru Tan #713713

Tints of Peru Tan #713713

Color information

#713713 (or 0x713713) is unknown color: approx Peru Tan. HEX triplet: 71, 37 and 13. RGB value is (113,55,19). Sum of RGB (Red+Green+Blue) = 113+55+19=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713713 is #8EC8EC. Grayscale: #444444. Windows color (decimal): -9357549 or 1259377. OLE color: 1259377.

HSL color Cylindrical-coordinate representation of color #713713: hue angle of 22.98º 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 #713713 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1135519-
CMYK00.510.830.56
HSL22.98º71.21%25.88%-
HSV(B)22.98º83.19%44.31%-
XYZ8.296.291.39-
YUV68.24100.22159.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=60.43%
G=29.41%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113551900.510.830.5622.9871.2125.88
Hex713713033533817471a
Octal1616723063123702710732
Binary1110001110111100110110011101001111100010111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713713; }

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

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

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

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

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

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

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

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