#712B0F

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

Shades of Peru Tan #712B0F

Tints of Peru Tan #712B0F

Color information

#712B0F (or 0x712B0F) is unknown color: approx Peru Tan. HEX triplet: 71, 2B and 0F. RGB value is (113,43,15). Sum of RGB (Red+Green+Blue) = 113+43+15=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B0F is #8ED4F0. Grayscale: #3C3C3C. Windows color (decimal): -9360625 or 994161. OLE color: 994161.

HSL color Cylindrical-coordinate representation of color #712B0F: hue angle of 17.14º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #712B0F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1134315-
CMYK00.620.870.56
HSL17.14º76.56%25.1%-
HSV(B)17.14º86.73%44.31%-
XYZ7.765.271.06-
YUV60.74102.19165.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=66.08%
G=25.15%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113431500.620.870.5617.1476.5625.1
Hex712BF03E5738114d19
Octal1615317076127702111531
Binary111000110101111110111110101011111100010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,43,15); }

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

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

 a { background-color: rgb(113,43,15); }

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

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

 span { border-color: rgb(113,43,15); }

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