Shades of Peru Tan #70310C
Tints of Peru Tan #70310C
RGB
CMYK
RGB Variations
Color information
#70310C (or 0x70310C) is known color: Peru Tan. HEX triplet: 70, 31 and 0C. RGB value is (112,49,12). Sum of RGB (Red+Green+Blue) = 112+49+12=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #70310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70310C is #8FCEF3. Grayscale: #3F3F3F. Windows color (decimal): -9424628 or 799088. OLE color: 799088.
HSL color Cylindrical-coordinate representation of color #70310C: hue angle of 22.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70310C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 12 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.56 |
| HSL | 22.2º | 0.81% | 0.24% | - |
| HSV(B) | 22.2º | 0.89% | 0.44% | - |
| XYZ | 7.85 | 5.67 | 1.03 | - |
| YUV | 63.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 12 | 0 | 0.56 | 0.89 | 0.56 | 22.2 | 0.81 | 0.24 |
| Hex | 70 | 31 | C | 0 | 38 | 59 | 38 | 16 | 51 | 18 |
| Octal | 160 | 61 | 14 | 0 | 70 | 131 | 70 | 26 | 121 | 30 |
| Binary | 1110000 | 110001 | 1100 | 0 | 111000 | 1011001 | 111000 | 10110 | 1010001 | 11000 |
Color Harmonies of #70310C
Complementary color
Monochromatic Colors of #70310C
Black with #70310C
Text Example
Text Example
White with #70310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70310C; }
p { color: rgb(112,49,12); }
H1.HeaderClassName
{
color: #70310C;
}
.AnyTagClassName
{
color: #70310C;
}
</style>
background-color css
<style>
a { background-color: #70310C; }
a { background-color: rgb(112,49,12); }
div.DivClassName
{
background-color: #70310C;
}
.BgClassName
{
background-color: #70310C;
}
</style>
border-color css
<style>
span { border-color: #70310C; }
span { border-color: rgb(112,49,12); }
td.TdClassName
{
border-color: #70310C;
}
.TagClassName
{
border-color: #70310C;
}
</style>