#713210

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

Shades of Peru Tan #713210

Tints of Peru Tan #713210

Color information

#713210 (or 0x713210) is unknown color: approx Peru Tan. HEX triplet: 71, 32 and 10. RGB value is (113,50,16). Sum of RGB (Red+Green+Blue) = 113+50+16=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #713210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713210 is #8ECDEF. Grayscale: #414141. Windows color (decimal): -9358832 or 1061489. OLE color: 1061489.

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

Color convert

RGB1135016-
CMYK00.560.860.56
HSL21.03º75.19%25.29%-
HSV(B)21.03º85.84%44.31%-
XYZ8.045.831.19-
YUV64.96100.37162.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.13%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=63.13%
G=27.93%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113501600.560.860.5621.0375.1925.29
Hex7132100385638154b19
Octal1616220070126702511331
Binary1110001110010100000111000101011011100010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713210; }

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

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

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

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

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

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

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

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