#713A20

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

Shades of Peru Tan #713A20

Tints of Peru Tan #713A20

Color information

#713A20 (or 0x713A20) is unknown color: approx Peru Tan. HEX triplet: 71, 3A and 20. RGB value is (113,58,32). Sum of RGB (Red+Green+Blue) = 113+58+32=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #713A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A20 is #8EC5DF. Grayscale: #474747. Windows color (decimal): -9356768 or 2112113. OLE color: 2112113.

HSL color Cylindrical-coordinate representation of color #713A20: hue angle of 19.26º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713A20 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1135832-
CMYK00.490.720.56
HSL19.26º55.86%28.43%-
HSV(B)19.26º71.68%44.31%-
XYZ8.586.642.2-
YUV71.48105.72157.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=55.67%
G=28.57%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113583200.490.720.5619.2655.8628.43
Hex713A20031483813381c
Octal161724006111070237034
Binary1110001111010100000011000110010001110001001111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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