Shades of Peru Tan #702E10
Tints of Peru Tan #702E10
RGB
CMYK
RGB Variations
Color information
#702E10 (or 0x702E10) is known color: Peru Tan. HEX triplet: 70, 2E and 10. RGB value is (112,46,16). Sum of RGB (Red+Green+Blue) = 112+46+16=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E10 is #8FD1EF. Grayscale: #3E3E3E. Windows color (decimal): -9425392 or 1060464. OLE color: 1060464.
HSL color Cylindrical-coordinate representation of color #702E10: hue angle of 18.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #702E10 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 16 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.56 |
| HSL | 18.75º | 0.75% | 0.25% | - |
| HSV(B) | 18.75º | 0.86% | 0.44% | - |
| XYZ | 7.75 | 5.44 | 1.13 | - |
| YUV | 62.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 16 | 0 | 0.59 | 0.86 | 0.56 | 18.75 | 0.75 | 0.25 |
| Hex | 70 | 2E | 10 | 0 | 3B | 56 | 38 | 13 | 4B | 19 |
| Octal | 160 | 56 | 20 | 0 | 73 | 126 | 70 | 23 | 113 | 31 |
| Binary | 1110000 | 101110 | 10000 | 0 | 111011 | 1010110 | 111000 | 10011 | 1001011 | 11001 |
Color Harmonies of #702E10
Complementary color
Monochromatic Colors of #702E10
Black with #702E10
Text Example
Text Example
White with #702E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E10; }
p { color: rgb(112,46,16); }
H1.HeaderClassName
{
color: #702E10;
}
.AnyTagClassName
{
color: #702E10;
}
</style>
background-color css
<style>
a { background-color: #702E10; }
a { background-color: rgb(112,46,16); }
div.DivClassName
{
background-color: #702E10;
}
.BgClassName
{
background-color: #702E10;
}
</style>
border-color css
<style>
span { border-color: #702E10; }
span { border-color: rgb(112,46,16); }
td.TdClassName
{
border-color: #702E10;
}
.TagClassName
{
border-color: #702E10;
}
</style>