#713616

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

Shades of Peru Tan #713616

Tints of Peru Tan #713616

Color information

#713616 (or 0x713616) is unknown color: approx Peru Tan. HEX triplet: 71, 36 and 16. RGB value is (113,54,22). Sum of RGB (Red+Green+Blue) = 113+54+22=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #713616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713616 is #8EC9E9. Grayscale: #444444. Windows color (decimal): -9357802 or 1455729. OLE color: 1455729.

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

Color convert

RGB1135422-
CMYK00.520.810.56
HSL21.1º67.41%26.47%-
HSV(B)21.1º80.53%44.31%-
XYZ8.276.211.52-
YUV67.99102.05160.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=59.79%
G=28.57%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113542200.520.810.5621.167.4126.47
Hex713616034513815431a
Octal1616626064121702510332
Binary1110001110110101100110100101000111100010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713616; }

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

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

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

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

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

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

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

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