Shades of Peru Tan #70360F
Tints of Peru Tan #70360F
RGB
CMYK
RGB Variations
Color information
#70360F (or 0x70360F) is known color: Peru Tan. HEX triplet: 70, 36 and 0F. RGB value is (112,54,15). Sum of RGB (Red+Green+Blue) = 112+54+15=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70360F is #8FC9F0. Grayscale: #434343. Windows color (decimal): -9423345 or 996976. OLE color: 996976.
HSL color Cylindrical-coordinate representation of color #70360F: hue angle of 24.12º 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 #70360F is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 15 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.56 |
| HSL | 24.12º | 0.76% | 0.25% | - |
| HSV(B) | 24.12º | 0.87% | 0.44% | - |
| XYZ | 8.09 | 6.12 | 1.21 | - |
| YUV | 66.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 15 | 0 | 0.52 | 0.87 | 0.56 | 24.12 | 0.76 | 0.25 |
| Hex | 70 | 36 | F | 0 | 34 | 57 | 38 | 18 | 4C | 19 |
| Octal | 160 | 66 | 17 | 0 | 64 | 127 | 70 | 30 | 114 | 31 |
| Binary | 1110000 | 110110 | 1111 | 0 | 110100 | 1010111 | 111000 | 11000 | 1001100 | 11001 |
Color Harmonies of #70360F
Complementary color
Monochromatic Colors of #70360F
Black with #70360F
Text Example
Text Example
White with #70360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70360F; }
p { color: rgb(112,54,15); }
H1.HeaderClassName
{
color: #70360F;
}
.AnyTagClassName
{
color: #70360F;
}
</style>
background-color css
<style>
a { background-color: #70360F; }
a { background-color: rgb(112,54,15); }
div.DivClassName
{
background-color: #70360F;
}
.BgClassName
{
background-color: #70360F;
}
</style>
border-color css
<style>
span { border-color: #70360F; }
span { border-color: rgb(112,54,15); }
td.TdClassName
{
border-color: #70360F;
}
.TagClassName
{
border-color: #70360F;
}
</style>