Shades of Peru Tan #703C10
Tints of Peru Tan #703C10
RGB
CMYK
RGB Variations
Color information
#703C10 (or 0x703C10) is known color: Peru Tan. HEX triplet: 70, 3C and 10. RGB value is (112,60,16). Sum of RGB (Red+Green+Blue) = 112+60+16=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #703C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C10 is #8FC3EF. Grayscale: #464646. Windows color (decimal): -9421808 or 1064048. OLE color: 1064048.
HSL color Cylindrical-coordinate representation of color #703C10: hue angle of 27.5º 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 #703C10 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 16 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.56 |
| HSL | 27.5º | 0.75% | 0.25% | - |
| HSV(B) | 27.5º | 0.86% | 0.44% | - |
| XYZ | 8.39 | 6.71 | 1.34 | - |
| YUV | 70.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 16 | 0 | 0.46 | 0.86 | 0.56 | 27.5 | 0.75 | 0.25 |
| Hex | 70 | 3C | 10 | 0 | 2E | 56 | 38 | 1C | 4B | 19 |
| Octal | 160 | 74 | 20 | 0 | 56 | 126 | 70 | 34 | 113 | 31 |
| Binary | 1110000 | 111100 | 10000 | 0 | 101110 | 1010110 | 111000 | 11100 | 1001011 | 11001 |
Color Harmonies of #703C10
Complementary color
Monochromatic Colors of #703C10
Black with #703C10
Text Example
Text Example
White with #703C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C10; }
p { color: rgb(112,60,16); }
H1.HeaderClassName
{
color: #703C10;
}
.AnyTagClassName
{
color: #703C10;
}
</style>
background-color css
<style>
a { background-color: #703C10; }
a { background-color: rgb(112,60,16); }
div.DivClassName
{
background-color: #703C10;
}
.BgClassName
{
background-color: #703C10;
}
</style>
border-color css
<style>
span { border-color: #703C10; }
span { border-color: rgb(112,60,16); }
td.TdClassName
{
border-color: #703C10;
}
.TagClassName
{
border-color: #703C10;
}
</style>