#713F14

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

Shades of Peru Tan #713F14

Tints of Peru Tan #713F14

Color information

#713F14 (or 0x713F14) is unknown color: approx Peru Tan. HEX triplet: 71, 3F and 14. RGB value is (113,63,20). Sum of RGB (Red+Green+Blue) = 113+63+20=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #713F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F14 is #8EC0EB. Grayscale: #494949. Windows color (decimal): -9355500 or 1326961. OLE color: 1326961.

HSL color Cylindrical-coordinate representation of color #713F14: hue angle of 27.74º 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 #713F14 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1136320-
CMYK00.440.820.56
HSL27.74º69.92%26.08%-
HSV(B)27.74º82.3%44.31%-
XYZ8.717.121.58-
YUV73.0598.06156.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.65%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=57.65%
G=32.14%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113632000.440.820.5627.7469.9226.08
Hex713F1402C52381c461a
Octal1617724054122703410632
Binary1110001111111101000101100101001011100011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713F14; }

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

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

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

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

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

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

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

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