#713314

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

Shades of Peru Tan #713314

Tints of Peru Tan #713314

Color information

#713314 (or 0x713314) is unknown color: approx Peru Tan. HEX triplet: 71, 33 and 14. RGB value is (113,51,20). Sum of RGB (Red+Green+Blue) = 113+51+20=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #713314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713314 is #8ECCEB. Grayscale: #424242. Windows color (decimal): -9358572 or 1323889. OLE color: 1323889.

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

Color convert

RGB1135120-
CMYK00.550.820.56
HSL20º69.92%26.08%-
HSV(B)20º82.3%44.31%-
XYZ8.125.931.38-
YUV66102.04161.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=61.41%
G=27.72%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113512000.550.820.562069.9226.08
Hex713314037523814461a
Octal1616324067122702410632
Binary1110001110011101000110111101001011100010100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713314; }

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

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

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

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

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

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

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

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