#713916

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

Shades of Peru Tan #713916

Tints of Peru Tan #713916

Color information

#713916 (or 0x713916) is unknown color: approx Peru Tan. HEX triplet: 71, 39 and 16. RGB value is (113,57,22). Sum of RGB (Red+Green+Blue) = 113+57+22=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #713916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713916 is #8EC6E9. Grayscale: #454545. Windows color (decimal): -9357034 or 1456497. OLE color: 1456497.

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

Color convert

RGB1135722-
CMYK00.500.810.56
HSL23.08º67.41%26.47%-
HSV(B)23.08º80.53%44.31%-
XYZ8.426.491.57-
YUV69.75101.05158.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=58.85%
G=29.69%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113572200.500.810.5623.0867.4126.47
Hex713916032513817431a
Octal1617126062121702710332
Binary1110001111001101100110010101000111100010111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713916; }

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

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

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

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

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

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

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

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