#712D0D

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

Shades of Peru Tan #712D0D

Tints of Peru Tan #712D0D

Color information

#712D0D (or 0x712D0D) is unknown color: approx Peru Tan. HEX triplet: 71, 2D and 0D. RGB value is (113,45,13). Sum of RGB (Red+Green+Blue) = 113+45+13=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #712D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712D0D is #8ED2F2. Grayscale: #3D3D3D. Windows color (decimal): -9360115 or 863601. OLE color: 863601.

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

Color convert

RGB1134513-
CMYK00.600.880.56
HSL19.2º79.37%24.71%-
HSV(B)19.2º88.5%44.31%-
XYZ7.825.421.01-
YUV61.68100.53164.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 66.08%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=66.08%
G=26.32%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113451300.600.880.5619.279.3724.71
Hex712DD03C5838134f19
Octal1615515074130702311731
Binary111000110110111010111100101100011100010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,45,13); }

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

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

 a { background-color: rgb(113,45,13); }

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

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

 span { border-color: rgb(113,45,13); }

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