Shades of Peru Tan #703E1F
Tints of Peru Tan #703E1F
RGB
CMYK
RGB Variations
Color information
#703E1F (or 0x703E1F) is known color: Peru Tan. HEX triplet: 70, 3E and 1F. RGB value is (112,62,31). Sum of RGB (Red+Green+Blue) = 112+62+31=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703E1F is #8FC1E0. Grayscale: #494949. Windows color (decimal): -9421281 or 2047600. OLE color: 2047600.
HSL color Cylindrical-coordinate representation of color #703E1F: hue angle of 22.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703E1F is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 31 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.56 |
| HSL | 22.96º | 0.57% | 0.28% | - |
| HSV(B) | 22.96º | 0.72% | 0.44% | - |
| XYZ | 8.65 | 6.99 | 2.19 | - |
| YUV | 73.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 31 | 0 | 0.45 | 0.72 | 0.56 | 22.96 | 0.57 | 0.28 |
| Hex | 70 | 3E | 1F | 0 | 2D | 48 | 38 | 17 | 39 | 1C |
| Octal | 160 | 76 | 37 | 0 | 55 | 110 | 70 | 27 | 71 | 34 |
| Binary | 1110000 | 111110 | 11111 | 0 | 101101 | 1001000 | 111000 | 10111 | 111001 | 11100 |
Color Harmonies of #703E1F
Complementary color
Monochromatic Colors of #703E1F
Black with #703E1F
Text Example
Text Example
White with #703E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E1F; }
p { color: rgb(112,62,31); }
H1.HeaderClassName
{
color: #703E1F;
}
.AnyTagClassName
{
color: #703E1F;
}
</style>
background-color css
<style>
a { background-color: #703E1F; }
a { background-color: rgb(112,62,31); }
div.DivClassName
{
background-color: #703E1F;
}
.BgClassName
{
background-color: #703E1F;
}
</style>
border-color css
<style>
span { border-color: #703E1F; }
span { border-color: rgb(112,62,31); }
td.TdClassName
{
border-color: #703E1F;
}
.TagClassName
{
border-color: #703E1F;
}
</style>