Shades of Peru Tan #703E13
Tints of Peru Tan #703E13
RGB
CMYK
RGB Variations
Color information
#703E13 (or 0x703E13) is known color: Peru Tan. HEX triplet: 70, 3E and 13. RGB value is (112,62,19). Sum of RGB (Red+Green+Blue) = 112+62+19=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #703E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E13 is #8FC1EC. Grayscale: #484848. Windows color (decimal): -9421293 or 1261168. OLE color: 1261168.
HSL color Cylindrical-coordinate representation of color #703E13: hue angle of 27.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #703E13 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 19 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.56 |
| HSL | 27.74º | 0.71% | 0.26% | - |
| HSV(B) | 27.74º | 0.83% | 0.44% | - |
| XYZ | 8.52 | 6.94 | 1.51 | - |
| YUV | 72.05 | 98.07 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 19 | 0 | 0.45 | 0.83 | 0.56 | 27.74 | 0.71 | 0.26 |
| Hex | 70 | 3E | 13 | 0 | 2D | 53 | 38 | 1C | 47 | 1A |
| Octal | 160 | 76 | 23 | 0 | 55 | 123 | 70 | 34 | 107 | 32 |
| Binary | 1110000 | 111110 | 10011 | 0 | 101101 | 1010011 | 111000 | 11100 | 1000111 | 11010 |
Color Harmonies of #703E13
Complementary color
Monochromatic Colors of #703E13
Black with #703E13
Text Example
Text Example
White with #703E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E13; }
p { color: rgb(112,62,19); }
H1.HeaderClassName
{
color: #703E13;
}
.AnyTagClassName
{
color: #703E13;
}
</style>
background-color css
<style>
a { background-color: #703E13; }
a { background-color: rgb(112,62,19); }
div.DivClassName
{
background-color: #703E13;
}
.BgClassName
{
background-color: #703E13;
}
</style>
border-color css
<style>
span { border-color: #703E13; }
span { border-color: rgb(112,62,19); }
td.TdClassName
{
border-color: #703E13;
}
.TagClassName
{
border-color: #703E13;
}
</style>