#713711

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

Shades of Peru Tan #713711

Tints of Peru Tan #713711

Color information

#713711 (or 0x713711) is unknown color: approx Peru Tan. HEX triplet: 71, 37 and 11. RGB value is (113,55,17). Sum of RGB (Red+Green+Blue) = 113+55+17=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #713711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713711 is #8EC8EE. Grayscale: #444444. Windows color (decimal): -9357551 or 1128305. OLE color: 1128305.

HSL color Cylindrical-coordinate representation of color #713711: hue angle of 23.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #713711 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1135517-
CMYK00.510.850.56
HSL23.75º73.85%25.49%-
HSV(B)23.75º84.96%44.31%-
XYZ8.286.281.31-
YUV68.0199.22160.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=61.08%
G=29.73%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113551700.510.850.5623.7573.8525.49
Hex7137110335538184a19
Octal1616721063125703011231
Binary1110001110111100010110011101010111100011000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713711; }

 p { color: rgb(113,55,17); }

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

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

 a { background-color: rgb(113,55,17); }

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

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

 span { border-color: rgb(113,55,17); }

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