Shades of Peru Tan #702F0D
Tints of Peru Tan #702F0D
RGB
CMYK
RGB Variations
Color information
#702F0D (or 0x702F0D) is known color: Peru Tan. HEX triplet: 70, 2F and 0D. RGB value is (112,47,13). Sum of RGB (Red+Green+Blue) = 112+47+13=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F0D is #8FD0F2. Grayscale: #3E3E3E. Windows color (decimal): -9425139 or 864112. OLE color: 864112.
HSL color Cylindrical-coordinate representation of color #702F0D: hue angle of 20.61º 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 #702F0D is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 13 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.56 |
| HSL | 20.61º | 0.79% | 0.25% | - |
| HSV(B) | 20.61º | 0.88% | 0.44% | - |
| XYZ | 7.77 | 5.51 | 1.03 | - |
| YUV | 62.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 13 | 0 | 0.58 | 0.88 | 0.56 | 20.61 | 0.79 | 0.25 |
| Hex | 70 | 2F | D | 0 | 3A | 58 | 38 | 15 | 4F | 19 |
| Octal | 160 | 57 | 15 | 0 | 72 | 130 | 70 | 25 | 117 | 31 |
| Binary | 1110000 | 101111 | 1101 | 0 | 111010 | 1011000 | 111000 | 10101 | 1001111 | 11001 |
Color Harmonies of #702F0D
Complementary color
Monochromatic Colors of #702F0D
Black with #702F0D
Text Example
Text Example
White with #702F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F0D; }
p { color: rgb(112,47,13); }
H1.HeaderClassName
{
color: #702F0D;
}
.AnyTagClassName
{
color: #702F0D;
}
</style>
background-color css
<style>
a { background-color: #702F0D; }
a { background-color: rgb(112,47,13); }
div.DivClassName
{
background-color: #702F0D;
}
.BgClassName
{
background-color: #702F0D;
}
</style>
border-color css
<style>
span { border-color: #702F0D; }
span { border-color: rgb(112,47,13); }
td.TdClassName
{
border-color: #702F0D;
}
.TagClassName
{
border-color: #702F0D;
}
</style>