#712E12

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

Shades of Peru Tan #712E12

Tints of Peru Tan #712E12

Color information

#712E12 (or 0x712E12) is unknown color: approx Peru Tan. HEX triplet: 71, 2E and 12. RGB value is (113,46,18). Sum of RGB (Red+Green+Blue) = 113+46+18=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #712E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712E12 is #8ED1ED. Grayscale: #3F3F3F. Windows color (decimal): -9359854 or 1191537. OLE color: 1191537.

HSL color Cylindrical-coordinate representation of color #712E12: hue angle of 17.68º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #712E12 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1134618-
CMYK00.590.840.56
HSL17.68º72.52%25.69%-
HSV(B)17.68º84.07%44.31%-
XYZ7.95.511.22-
YUV62.84102.7163.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 46 (18.36% from 255) = 25.99%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=63.84%
G=25.99%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113461800.590.840.5617.6872.5225.69
Hex712E1203B543812491a
Octal1615622073124702211132
Binary1110001101110100100111011101010011100010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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