#713A10

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

Shades of Peru Tan #713A10

Tints of Peru Tan #713A10

Color information

#713A10 (or 0x713A10) is unknown color: approx Peru Tan. HEX triplet: 71, 3A and 10. RGB value is (113,58,16). Sum of RGB (Red+Green+Blue) = 113+58+16=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713A10 is #8EC5EF. Grayscale: #454545. Windows color (decimal): -9356784 or 1063537. OLE color: 1063537.

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

Color convert

RGB1135816-
CMYK00.490.860.56
HSL25.98º75.19%25.29%-
HSV(B)25.98º85.84%44.31%-
XYZ8.426.571.32-
YUV69.6697.72158.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=60.43%
G=31.02%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113581600.490.860.5625.9875.1925.29
Hex713A1003156381a4b19
Octal1617220061126703211331
Binary1110001111010100000110001101011011100011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713A10; }

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

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

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

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

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

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

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

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