Shades of Peru Tan #70370F
Tints of Peru Tan #70370F
RGB
CMYK
RGB Variations
Color information
#70370F (or 0x70370F) is known color: Peru Tan. HEX triplet: 70, 37 and 0F. RGB value is (112,55,15). Sum of RGB (Red+Green+Blue) = 112+55+15=182 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.54% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 112 - color contains mainly: red. Hex color #70370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70370F is #8FC8F0. Grayscale: #434343. Windows color (decimal): -9423089 or 997232. OLE color: 997232.
HSL color Cylindrical-coordinate representation of color #70370F: hue angle of 24.74º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70370F is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 15 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.56 |
| HSL | 24.74º | 0.76% | 0.25% | - |
| HSV(B) | 24.74º | 0.87% | 0.44% | - |
| XYZ | 8.13 | 6.21 | 1.22 | - |
| YUV | 67.48 | 98.38 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 15 | 0 | 0.51 | 0.87 | 0.56 | 24.74 | 0.76 | 0.25 |
| Hex | 70 | 37 | F | 0 | 33 | 57 | 38 | 19 | 4C | 19 |
| Octal | 160 | 67 | 17 | 0 | 63 | 127 | 70 | 31 | 114 | 31 |
| Binary | 1110000 | 110111 | 1111 | 0 | 110011 | 1010111 | 111000 | 11001 | 1001100 | 11001 |
Color Harmonies of #70370F
Complementary color
Monochromatic Colors of #70370F
Black with #70370F
Text Example
Text Example
White with #70370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70370F; }
p { color: rgb(112,55,15); }
H1.HeaderClassName
{
color: #70370F;
}
.AnyTagClassName
{
color: #70370F;
}
</style>
background-color css
<style>
a { background-color: #70370F; }
a { background-color: rgb(112,55,15); }
div.DivClassName
{
background-color: #70370F;
}
.BgClassName
{
background-color: #70370F;
}
</style>
border-color css
<style>
span { border-color: #70370F; }
span { border-color: rgb(112,55,15); }
td.TdClassName
{
border-color: #70370F;
}
.TagClassName
{
border-color: #70370F;
}
</style>