#712E11

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

Shades of Peru Tan #712E11

Tints of Peru Tan #712E11

Color information

#712E11 (or 0x712E11) is unknown color: approx Peru Tan. HEX triplet: 71, 2E and 11. RGB value is (113,46,17). Sum of RGB (Red+Green+Blue) = 113+46+17=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #712E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E11 is #8ED1EE. Grayscale: #3E3E3E. Windows color (decimal): -9359855 or 1126001. OLE color: 1126001.

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

Color convert

RGB1134617-
CMYK00.590.850.56
HSL18.12º73.85%25.49%-
HSV(B)18.12º84.96%44.31%-
XYZ7.895.511.18-
YUV62.73102.2163.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.20%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 17 (7.03% from 255) = 9.66%
R=64.20%
G=26.14%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113461700.590.850.5618.1273.8525.49
Hex712E1103B5538124a19
Octal1615621073125702211231
Binary1110001101110100010111011101010111100010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712E11; }

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

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

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

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

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

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

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

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