Shades of Peru Tan #70320C
Tints of Peru Tan #70320C
RGB
CMYK
RGB Variations
Color information
#70320C (or 0x70320C) is known color: Peru Tan. HEX triplet: 70, 32 and 0C. RGB value is (112,50,12). Sum of RGB (Red+Green+Blue) = 112+50+12=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #70320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70320C is #8FCDF3. Grayscale: #404040. Windows color (decimal): -9424372 or 799344. OLE color: 799344.
HSL color Cylindrical-coordinate representation of color #70320C: hue angle of 22.8º 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 #70320C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 12 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.56 |
| HSL | 22.8º | 0.81% | 0.24% | - |
| HSV(B) | 22.8º | 0.89% | 0.44% | - |
| XYZ | 7.89 | 5.75 | 1.04 | - |
| YUV | 64.21 | 98.54 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 12 | 0 | 0.55 | 0.89 | 0.56 | 22.8 | 0.81 | 0.24 |
| Hex | 70 | 32 | C | 0 | 37 | 59 | 38 | 17 | 51 | 18 |
| Octal | 160 | 62 | 14 | 0 | 67 | 131 | 70 | 27 | 121 | 30 |
| Binary | 1110000 | 110010 | 1100 | 0 | 110111 | 1011001 | 111000 | 10111 | 1010001 | 11000 |
Color Harmonies of #70320C
Complementary color
Monochromatic Colors of #70320C
Black with #70320C
Text Example
Text Example
White with #70320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70320C; }
p { color: rgb(112,50,12); }
H1.HeaderClassName
{
color: #70320C;
}
.AnyTagClassName
{
color: #70320C;
}
</style>
background-color css
<style>
a { background-color: #70320C; }
a { background-color: rgb(112,50,12); }
div.DivClassName
{
background-color: #70320C;
}
.BgClassName
{
background-color: #70320C;
}
</style>
border-color css
<style>
span { border-color: #70320C; }
span { border-color: rgb(112,50,12); }
td.TdClassName
{
border-color: #70320C;
}
.TagClassName
{
border-color: #70320C;
}
</style>