#713010

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

Shades of Peru Tan #713010

Tints of Peru Tan #713010

Color information

#713010 (or 0x713010) is unknown color: approx Peru Tan. HEX triplet: 71, 30 and 10. RGB value is (113,48,16). Sum of RGB (Red+Green+Blue) = 113+48+16=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #713010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713010 is #8ECFEF. Grayscale: #3F3F3F. Windows color (decimal): -9359344 or 1060977. OLE color: 1060977.

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

Color convert

RGB1134816-
CMYK00.580.860.56
HSL19.79º75.19%25.29%-
HSV(B)19.79º85.84%44.31%-
XYZ7.965.661.16-
YUV63.79101.03163.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 16 (6.64% from 255) = 9.04%
R=63.84%
G=27.12%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113481600.580.860.5619.7975.1925.29
Hex71301003A5638144b19
Octal1616020072126702411331
Binary1110001110000100000111010101011011100010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713010; }

 p { color: rgb(113,48,16); }

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

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

 a { background-color: rgb(113,48,16); }

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

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

 span { border-color: rgb(113,48,16); }

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