Shades of Peru Tan #703D1D
Tints of Peru Tan #703D1D
RGB
CMYK
RGB Variations
Color information
#703D1D (or 0x703D1D) is known color: Peru Tan. HEX triplet: 70, 3D and 1D. RGB value is (112,61,29). Sum of RGB (Red+Green+Blue) = 112+61+29=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703D1D is #8FC2E2. Grayscale: #484848. Windows color (decimal): -9421539 or 1916272. OLE color: 1916272.
HSL color Cylindrical-coordinate representation of color #703D1D: hue angle of 23.13º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #703D1D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 61 | 29 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.56 |
| HSL | 23.13º | 0.59% | 0.28% | - |
| HSV(B) | 23.13º | 0.74% | 0.44% | - |
| XYZ | 8.57 | 6.87 | 2.04 | - |
| YUV | 72.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 29 | 0 | 0.46 | 0.74 | 0.56 | 23.13 | 0.59 | 0.28 |
| Hex | 70 | 3D | 1D | 0 | 2E | 4A | 38 | 17 | 3B | 1C |
| Octal | 160 | 75 | 35 | 0 | 56 | 112 | 70 | 27 | 73 | 34 |
| Binary | 1110000 | 111101 | 11101 | 0 | 101110 | 1001010 | 111000 | 10111 | 111011 | 11100 |
Color Harmonies of #703D1D
Complementary color
Monochromatic Colors of #703D1D
Black with #703D1D
Text Example
Text Example
White with #703D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703D1D; }
p { color: rgb(112,61,29); }
H1.HeaderClassName
{
color: #703D1D;
}
.AnyTagClassName
{
color: #703D1D;
}
</style>
background-color css
<style>
a { background-color: #703D1D; }
a { background-color: rgb(112,61,29); }
div.DivClassName
{
background-color: #703D1D;
}
.BgClassName
{
background-color: #703D1D;
}
</style>
border-color css
<style>
span { border-color: #703D1D; }
span { border-color: rgb(112,61,29); }
td.TdClassName
{
border-color: #703D1D;
}
.TagClassName
{
border-color: #703D1D;
}
</style>