#713507

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

Shades of Peru Tan #713507

Tints of Peru Tan #713507

Color information

#713507 (or 0x713507) is unknown color: approx Peru Tan. HEX triplet: 71, 35 and 07. RGB value is (113,53,7). Sum of RGB (Red+Green+Blue) = 113+53+7=173 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.32% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 113 - color contains mainly: red. Hex color #713507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713507 is #8ECAF8. Grayscale: #414141. Windows color (decimal): -9358073 or 472433. OLE color: 472433.

HSL color Cylindrical-coordinate representation of color #713507: hue angle of 26.04º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713507 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB113537-
CMYK00.530.940.56
HSL26.04º88.33%23.53%-
HSV(B)26.04º93.81%44.31%-
XYZ8.126.070.95-
YUV65.794.88161.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.32%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=65.32%
G=30.64%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11353700.530.940.5626.0488.3323.53
Hex713570355E381a5818
Octal161657065136703213030
Binary11100011101011110110101101111011100011010101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713507; }

 p { color: rgb(113,53,7); }

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

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

 a { background-color: rgb(113,53,7); }

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

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

 span { border-color: rgb(113,53,7); }

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