#713416

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

Shades of Peru Tan #713416

Tints of Peru Tan #713416

Color information

#713416 (or 0x713416) is unknown color: approx Peru Tan. HEX triplet: 71, 34 and 16. RGB value is (113,52,22). Sum of RGB (Red+Green+Blue) = 113+52+22=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713416 is #8ECBE9. Grayscale: #434343. Windows color (decimal): -9358314 or 1455217. OLE color: 1455217.

HSL color Cylindrical-coordinate representation of color #713416: hue angle of 19.78º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #713416 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1135222-
CMYK00.540.810.56
HSL19.78º67.41%26.47%-
HSV(B)19.78º80.53%44.31%-
XYZ8.186.021.49-
YUV66.82102.71160.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=60.43%
G=27.81%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113522200.540.810.5619.7867.4126.47
Hex713416036513814431a
Octal1616426066121702410332
Binary1110001110100101100110110101000111100010100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713416; }

 p { color: rgb(113,52,22); }

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

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

 a { background-color: rgb(113,52,22); }

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

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

 span { border-color: rgb(113,52,22); }

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