Shades of Peru Tan #703D22
Tints of Peru Tan #703D22
RGB
CMYK
RGB Variations
Color information
#703D22 (or 0x703D22) is known color: Peru Tan. HEX triplet: 70, 3D and 22. RGB value is (112,61,34). Sum of RGB (Red+Green+Blue) = 112+61+34=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #703D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D22 is #8FC2DD. Grayscale: #494949. Windows color (decimal): -9421534 or 2243952. OLE color: 2243952.
HSL color Cylindrical-coordinate representation of color #703D22: hue angle of 20.77º 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 #703D22 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 34 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.56 |
| HSL | 20.77º | 0.53% | 0.29% | - |
| HSV(B) | 20.77º | 0.7% | 0.44% | - |
| XYZ | 8.64 | 6.9 | 2.39 | - |
| YUV | 73.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 34 | 0 | 0.46 | 0.70 | 0.56 | 20.77 | 0.53 | 0.29 |
| Hex | 70 | 3D | 22 | 0 | 2E | 46 | 38 | 15 | 35 | 1D |
| Octal | 160 | 75 | 42 | 0 | 56 | 106 | 70 | 25 | 65 | 35 |
| Binary | 1110000 | 111101 | 100010 | 0 | 101110 | 1000110 | 111000 | 10101 | 110101 | 11101 |
Color Harmonies of #703D22
Complementary color
Monochromatic Colors of #703D22
Black with #703D22
Text Example
Text Example
White with #703D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D22; }
p { color: rgb(112,61,34); }
H1.HeaderClassName
{
color: #703D22;
}
.AnyTagClassName
{
color: #703D22;
}
</style>
background-color css
<style>
a { background-color: #703D22; }
a { background-color: rgb(112,61,34); }
div.DivClassName
{
background-color: #703D22;
}
.BgClassName
{
background-color: #703D22;
}
</style>
border-color css
<style>
span { border-color: #703D22; }
span { border-color: rgb(112,61,34); }
td.TdClassName
{
border-color: #703D22;
}
.TagClassName
{
border-color: #703D22;
}
</style>