#713610

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

Shades of Peru Tan #713610

Tints of Peru Tan #713610

Color information

#713610 (or 0x713610) is unknown color: approx Peru Tan. HEX triplet: 71, 36 and 10. RGB value is (113,54,16). Sum of RGB (Red+Green+Blue) = 113+54+16=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #713610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713610 is #8EC9EF. Grayscale: #434343. Windows color (decimal): -9357808 or 1062513. OLE color: 1062513.

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

Color convert

RGB1135416-
CMYK00.520.860.56
HSL23.51º75.19%25.29%-
HSV(B)23.51º85.84%44.31%-
XYZ8.226.191.25-
YUV67.3199.05160.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=61.75%
G=29.51%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113541600.520.860.5623.5175.1925.29
Hex7136100345638184b19
Octal1616620064126703011331
Binary1110001110110100000110100101011011100011000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713610; }

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

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

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

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

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

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

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

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