Shades of Peru Tan #703F20
Tints of Peru Tan #703F20
RGB
CMYK
RGB Variations
Color information
#703F20 (or 0x703F20) is known color: Peru Tan. HEX triplet: 70, 3F and 20. RGB value is (112,63,32). Sum of RGB (Red+Green+Blue) = 112+63+32=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F20 is #8FC0DF. Grayscale: #4A4A4A. Windows color (decimal): -9421024 or 2113392. OLE color: 2113392.
HSL color Cylindrical-coordinate representation of color #703F20: hue angle of 23.25º degrees, saturation: 0.56, 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 #703F20 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 32 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.56 |
| HSL | 23.25º | 0.56% | 0.28% | - |
| HSV(B) | 23.25º | 0.71% | 0.44% | - |
| XYZ | 8.72 | 7.1 | 2.28 | - |
| YUV | 74.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 32 | 0 | 0.44 | 0.71 | 0.56 | 23.25 | 0.56 | 0.28 |
| Hex | 70 | 3F | 20 | 0 | 2C | 47 | 38 | 17 | 38 | 1C |
| Octal | 160 | 77 | 40 | 0 | 54 | 107 | 70 | 27 | 70 | 34 |
| Binary | 1110000 | 111111 | 100000 | 0 | 101100 | 1000111 | 111000 | 10111 | 111000 | 11100 |
Color Harmonies of #703F20
Complementary color
Monochromatic Colors of #703F20
Black with #703F20
Text Example
Text Example
White with #703F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F20; }
p { color: rgb(112,63,32); }
H1.HeaderClassName
{
color: #703F20;
}
.AnyTagClassName
{
color: #703F20;
}
</style>
background-color css
<style>
a { background-color: #703F20; }
a { background-color: rgb(112,63,32); }
div.DivClassName
{
background-color: #703F20;
}
.BgClassName
{
background-color: #703F20;
}
</style>
border-color css
<style>
span { border-color: #703F20; }
span { border-color: rgb(112,63,32); }
td.TdClassName
{
border-color: #703F20;
}
.TagClassName
{
border-color: #703F20;
}
</style>