Shades of Peru Tan #703F22
Tints of Peru Tan #703F22
RGB
CMYK
RGB Variations
Color information
#703F22 (or 0x703F22) is known color: Peru Tan. HEX triplet: 70, 3F and 22. RGB value is (112,63,34). Sum of RGB (Red+Green+Blue) = 112+63+34=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #703F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703F22 is #8FC0DD. Grayscale: #4A4A4A. Windows color (decimal): -9421022 or 2244464. OLE color: 2244464.
HSL color Cylindrical-coordinate representation of color #703F22: hue angle of 22.31º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703F22 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 34 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.56 |
| HSL | 22.31º | 0.53% | 0.29% | - |
| HSV(B) | 22.31º | 0.7% | 0.44% | - |
| XYZ | 8.75 | 7.12 | 2.43 | - |
| YUV | 74.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 34 | 0 | 0.44 | 0.70 | 0.56 | 22.31 | 0.53 | 0.29 |
| Hex | 70 | 3F | 22 | 0 | 2C | 46 | 38 | 16 | 35 | 1D |
| Octal | 160 | 77 | 42 | 0 | 54 | 106 | 70 | 26 | 65 | 35 |
| Binary | 1110000 | 111111 | 100010 | 0 | 101100 | 1000110 | 111000 | 10110 | 110101 | 11101 |
Color Harmonies of #703F22
Complementary color
Monochromatic Colors of #703F22
Black with #703F22
Text Example
Text Example
White with #703F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F22; }
p { color: rgb(112,63,34); }
H1.HeaderClassName
{
color: #703F22;
}
.AnyTagClassName
{
color: #703F22;
}
</style>
background-color css
<style>
a { background-color: #703F22; }
a { background-color: rgb(112,63,34); }
div.DivClassName
{
background-color: #703F22;
}
.BgClassName
{
background-color: #703F22;
}
</style>
border-color css
<style>
span { border-color: #703F22; }
span { border-color: rgb(112,63,34); }
td.TdClassName
{
border-color: #703F22;
}
.TagClassName
{
border-color: #703F22;
}
</style>