#713811

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

Shades of Peru Tan #713811

Tints of Peru Tan #713811

Color information

#713811 (or 0x713811) is unknown color: approx Peru Tan. HEX triplet: 71, 38 and 11. RGB value is (113,56,17). Sum of RGB (Red+Green+Blue) = 113+56+17=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713811 is #8EC7EE. Grayscale: #444444. Windows color (decimal): -9357295 or 1128561. OLE color: 1128561.

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

Color convert

RGB1135617-
CMYK00.500.850.56
HSL24.38º73.85%25.49%-
HSV(B)24.38º84.96%44.31%-
XYZ8.336.381.32-
YUV68.698.88159.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=60.75%
G=30.11%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113561700.500.850.5624.3873.8525.49
Hex7138110325538184a19
Octal1617021062125703011231
Binary1110001111000100010110010101010111100011000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713811; }

 p { color: rgb(113,56,17); }

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

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

 a { background-color: rgb(113,56,17); }

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

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

 span { border-color: rgb(113,56,17); }

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