Shades of Peru Tan #702E0D
Tints of Peru Tan #702E0D
RGB
CMYK
RGB Variations
Color information
#702E0D (or 0x702E0D) is known color: Peru Tan. HEX triplet: 70, 2E and 0D. RGB value is (112,46,13). Sum of RGB (Red+Green+Blue) = 112+46+13=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #702E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E0D is #8FD1F2. Grayscale: #3E3E3E. Windows color (decimal): -9425395 or 863856. OLE color: 863856.
HSL color Cylindrical-coordinate representation of color #702E0D: hue angle of 20º 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 #702E0D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 13 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.56 |
| HSL | 20º | 0.79% | 0.25% | - |
| HSV(B) | 20º | 0.88% | 0.44% | - |
| XYZ | 7.73 | 5.43 | 1.02 | - |
| YUV | 61.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 13 | 0 | 0.59 | 0.88 | 0.56 | 20 | 0.79 | 0.25 |
| Hex | 70 | 2E | D | 0 | 3B | 58 | 38 | 14 | 4F | 19 |
| Octal | 160 | 56 | 15 | 0 | 73 | 130 | 70 | 24 | 117 | 31 |
| Binary | 1110000 | 101110 | 1101 | 0 | 111011 | 1011000 | 111000 | 10100 | 1001111 | 11001 |
Color Harmonies of #702E0D
Complementary color
Monochromatic Colors of #702E0D
Black with #702E0D
Text Example
Text Example
White with #702E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E0D; }
p { color: rgb(112,46,13); }
H1.HeaderClassName
{
color: #702E0D;
}
.AnyTagClassName
{
color: #702E0D;
}
</style>
background-color css
<style>
a { background-color: #702E0D; }
a { background-color: rgb(112,46,13); }
div.DivClassName
{
background-color: #702E0D;
}
.BgClassName
{
background-color: #702E0D;
}
</style>
border-color css
<style>
span { border-color: #702E0D; }
span { border-color: rgb(112,46,13); }
td.TdClassName
{
border-color: #702E0D;
}
.TagClassName
{
border-color: #702E0D;
}
</style>