#713316

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

Shades of Peru Tan #713316

Tints of Peru Tan #713316

Color information

#713316 (or 0x713316) is unknown color: approx Peru Tan. HEX triplet: 71, 33 and 16. RGB value is (113,51,22). Sum of RGB (Red+Green+Blue) = 113+51+22=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713316 is #8ECCE9. Grayscale: #424242. Windows color (decimal): -9358570 or 1454961. OLE color: 1454961.

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

Color convert

RGB1135122-
CMYK00.550.810.56
HSL19.12º67.41%26.47%-
HSV(B)19.12º80.53%44.31%-
XYZ8.145.941.48-
YUV66.23103.04161.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=60.75%
G=27.42%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113512200.550.810.5619.1267.4126.47
Hex713316037513813431a
Octal1616326067121702310332
Binary1110001110011101100110111101000111100010011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713316; }

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

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

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

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

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

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

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

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