#713709

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

Shades of Peru Tan #713709

Tints of Peru Tan #713709

Color information

#713709 (or 0x713709) is unknown color: approx Peru Tan. HEX triplet: 71, 37 and 09. RGB value is (113,55,9). Sum of RGB (Red+Green+Blue) = 113+55+9=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713709 is #8EC8F6. Grayscale: #434343. Windows color (decimal): -9357559 or 604017. OLE color: 604017.

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

Color convert

RGB113559-
CMYK00.510.920.56
HSL26.54º85.25%23.92%-
HSV(B)26.54º92.04%44.31%-
XYZ8.236.261.03-
YUV67.195.22160.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=63.84%
G=31.07%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11355900.510.920.5626.5485.2523.92
Hex713790335C381b5518
Octal1616711063134703312530
Binary111000111011110010110011101110011100011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713709; }

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

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

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

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

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

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

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

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