Shades of Peru Tan #703C21
Tints of Peru Tan #703C21
RGB
CMYK
RGB Variations
Color information
#703C21 (or 0x703C21) is known color: Peru Tan. HEX triplet: 70, 3C and 21. RGB value is (112,60,33). Sum of RGB (Red+Green+Blue) = 112+60+33=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703C21 is #8FC3DE. Grayscale: #484848. Windows color (decimal): -9421791 or 2178160. OLE color: 2178160.
HSL color Cylindrical-coordinate representation of color #703C21: hue angle of 20.51º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703C21 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 33 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.56 |
| HSL | 20.51º | 0.54% | 0.28% | - |
| HSV(B) | 20.51º | 0.71% | 0.44% | - |
| XYZ | 8.57 | 6.79 | 2.3 | - |
| YUV | 72.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 33 | 0 | 0.46 | 0.71 | 0.56 | 20.51 | 0.54 | 0.28 |
| Hex | 70 | 3C | 21 | 0 | 2E | 47 | 38 | 15 | 36 | 1C |
| Octal | 160 | 74 | 41 | 0 | 56 | 107 | 70 | 25 | 66 | 34 |
| Binary | 1110000 | 111100 | 100001 | 0 | 101110 | 1000111 | 111000 | 10101 | 110110 | 11100 |
Color Harmonies of #703C21
Complementary color
Monochromatic Colors of #703C21
Black with #703C21
Text Example
Text Example
White with #703C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C21; }
p { color: rgb(112,60,33); }
H1.HeaderClassName
{
color: #703C21;
}
.AnyTagClassName
{
color: #703C21;
}
</style>
background-color css
<style>
a { background-color: #703C21; }
a { background-color: rgb(112,60,33); }
div.DivClassName
{
background-color: #703C21;
}
.BgClassName
{
background-color: #703C21;
}
</style>
border-color css
<style>
span { border-color: #703C21; }
span { border-color: rgb(112,60,33); }
td.TdClassName
{
border-color: #703C21;
}
.TagClassName
{
border-color: #703C21;
}
</style>