#713913

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

Shades of Peru Tan #713913

Tints of Peru Tan #713913

Color information

#713913 (or 0x713913) is unknown color: approx Peru Tan. HEX triplet: 71, 39 and 13. RGB value is (113,57,19). Sum of RGB (Red+Green+Blue) = 113+57+19=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #713913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713913 is #8EC6EC. Grayscale: #454545. Windows color (decimal): -9357037 or 1259889. OLE color: 1259889.

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

Color convert

RGB1135719-
CMYK00.500.830.56
HSL24.26º71.21%25.88%-
HSV(B)24.26º83.19%44.31%-
XYZ8.396.481.43-
YUV69.4199.55159.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 57 (22.66% from 255) = 30.16%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=59.79%
G=30.16%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113571900.500.830.5624.2671.2125.88
Hex713913032533818471a
Octal1617123062123703010732
Binary1110001111001100110110010101001111100011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713913; }

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

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

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

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

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

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

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

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