Shades of Peru Tan #70411D
Tints of Peru Tan #70411D
RGB
CMYK
RGB Variations
Color information
#70411D (or 0x70411D) is known color: Peru Tan. HEX triplet: 70, 41 and 1D. RGB value is (112,65,29). Sum of RGB (Red+Green+Blue) = 112+65+29=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70411D is #8FBEE2. Grayscale: #4B4B4B. Windows color (decimal): -9420515 or 1917296. OLE color: 1917296.
HSL color Cylindrical-coordinate representation of color #70411D: hue angle of 26.02º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70411D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 29 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.56 |
| HSL | 26.02º | 0.59% | 0.28% | - |
| HSV(B) | 26.02º | 0.74% | 0.44% | - |
| XYZ | 8.79 | 7.31 | 2.11 | - |
| YUV | 74.95 | 102.07 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 29 | 0 | 0.42 | 0.74 | 0.56 | 26.02 | 0.59 | 0.28 |
| Hex | 70 | 41 | 1D | 0 | 2A | 4A | 38 | 1A | 3B | 1C |
| Octal | 160 | 101 | 35 | 0 | 52 | 112 | 70 | 32 | 73 | 34 |
| Binary | 1110000 | 1000001 | 11101 | 0 | 101010 | 1001010 | 111000 | 11010 | 111011 | 11100 |
Color Harmonies of #70411D
Complementary color
Monochromatic Colors of #70411D
Black with #70411D
Text Example
Text Example
White with #70411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70411D; }
p { color: rgb(112,65,29); }
H1.HeaderClassName
{
color: #70411D;
}
.AnyTagClassName
{
color: #70411D;
}
</style>
background-color css
<style>
a { background-color: #70411D; }
a { background-color: rgb(112,65,29); }
div.DivClassName
{
background-color: #70411D;
}
.BgClassName
{
background-color: #70411D;
}
</style>
border-color css
<style>
span { border-color: #70411D; }
span { border-color: rgb(112,65,29); }
td.TdClassName
{
border-color: #70411D;
}
.TagClassName
{
border-color: #70411D;
}
</style>