#713209

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

Shades of Peru Tan #713209

Tints of Peru Tan #713209

Color information

#713209 (or 0x713209) is unknown color: approx Peru Tan. HEX triplet: 71, 32 and 09. RGB value is (113,50,9). Sum of RGB (Red+Green+Blue) = 113+50+9=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #713209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713209 is #8ECDF6. Grayscale: #404040. Windows color (decimal): -9358839 or 602737. OLE color: 602737.

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

Color convert

RGB113509-
CMYK00.560.920.56
HSL23.65º85.25%23.92%-
HSV(B)23.65º92.04%44.31%-
XYZ85.810.96-
YUV64.1696.87162.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 65.70%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=65.70%
G=29.07%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11350900.560.920.5623.6585.2523.92
Hex713290385C38185518
Octal1616211070134703012530
Binary111000111001010010111000101110011100011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713209; }

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

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

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

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

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

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

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

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