Shades of Peru Tan #703A13
Tints of Peru Tan #703A13
RGB
CMYK
RGB Variations
Color information
#703A13 (or 0x703A13) is known color: Peru Tan. HEX triplet: 70, 3A and 13. RGB value is (112,58,19). Sum of RGB (Red+Green+Blue) = 112+58+19=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703A13 is #8FC5EC. Grayscale: #454545. Windows color (decimal): -9422317 or 1260144. OLE color: 1260144.
HSL color Cylindrical-coordinate representation of color #703A13: hue angle of 25.16º 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 #703A13 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 58 | 19 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.56 |
| HSL | 25.16º | 0.71% | 0.26% | - |
| HSV(B) | 25.16º | 0.83% | 0.44% | - |
| XYZ | 8.31 | 6.52 | 1.44 | - |
| YUV | 69.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 19 | 0 | 0.48 | 0.83 | 0.56 | 25.16 | 0.71 | 0.26 |
| Hex | 70 | 3A | 13 | 0 | 30 | 53 | 38 | 19 | 47 | 1A |
| Octal | 160 | 72 | 23 | 0 | 60 | 123 | 70 | 31 | 107 | 32 |
| Binary | 1110000 | 111010 | 10011 | 0 | 110000 | 1010011 | 111000 | 11001 | 1000111 | 11010 |
Color Harmonies of #703A13
Complementary color
Monochromatic Colors of #703A13
Black with #703A13
Text Example
Text Example
White with #703A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703A13; }
p { color: rgb(112,58,19); }
H1.HeaderClassName
{
color: #703A13;
}
.AnyTagClassName
{
color: #703A13;
}
</style>
background-color css
<style>
a { background-color: #703A13; }
a { background-color: rgb(112,58,19); }
div.DivClassName
{
background-color: #703A13;
}
.BgClassName
{
background-color: #703A13;
}
</style>
border-color css
<style>
span { border-color: #703A13; }
span { border-color: rgb(112,58,19); }
td.TdClassName
{
border-color: #703A13;
}
.TagClassName
{
border-color: #703A13;
}
</style>