Shades of Peru Tan #70370A
Tints of Peru Tan #70370A
RGB
CMYK
RGB Variations
Color information
#70370A (or 0x70370A) is known color: Peru Tan. HEX triplet: 70, 37 and 0A. RGB value is (112,55,10). Sum of RGB (Red+Green+Blue) = 112+55+10=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70370A is #8FC8F5. Grayscale: #434343. Windows color (decimal): -9423094 or 669552. OLE color: 669552.
HSL color Cylindrical-coordinate representation of color #70370A: hue angle of 26.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70370A is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 10 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.56 |
| HSL | 26.47º | 0.84% | 0.24% | - |
| HSV(B) | 26.47º | 0.91% | 0.44% | - |
| XYZ | 8.1 | 6.2 | 1.06 | - |
| YUV | 66.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 10 | 0 | 0.51 | 0.91 | 0.56 | 26.47 | 0.84 | 0.24 |
| Hex | 70 | 37 | A | 0 | 33 | 5B | 38 | 1A | 54 | 18 |
| Octal | 160 | 67 | 12 | 0 | 63 | 133 | 70 | 32 | 124 | 30 |
| Binary | 1110000 | 110111 | 1010 | 0 | 110011 | 1011011 | 111000 | 11010 | 1010100 | 11000 |
Color Harmonies of #70370A
Complementary color
Monochromatic Colors of #70370A
Black with #70370A
Text Example
Text Example
White with #70370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70370A; }
p { color: rgb(112,55,10); }
H1.HeaderClassName
{
color: #70370A;
}
.AnyTagClassName
{
color: #70370A;
}
</style>
background-color css
<style>
a { background-color: #70370A; }
a { background-color: rgb(112,55,10); }
div.DivClassName
{
background-color: #70370A;
}
.BgClassName
{
background-color: #70370A;
}
</style>
border-color css
<style>
span { border-color: #70370A; }
span { border-color: rgb(112,55,10); }
td.TdClassName
{
border-color: #70370A;
}
.TagClassName
{
border-color: #70370A;
}
</style>