Shades of Peru Tan #702B0F
Tints of Peru Tan #702B0F
RGB
CMYK
RGB Variations
Color information
#702B0F (or 0x702B0F) is known color: Peru Tan. HEX triplet: 70, 2B and 0F. RGB value is (112,43,15). Sum of RGB (Red+Green+Blue) = 112+43+15=170 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.88% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 112 - color contains mainly: red. Hex color #702B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B0F is #8FD4F0. Grayscale: #3C3C3C. Windows color (decimal): -9426161 or 994160. OLE color: 994160.
HSL color Cylindrical-coordinate representation of color #702B0F: hue angle of 17.32º 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 #702B0F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 15 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.56 |
| HSL | 17.32º | 0.76% | 0.25% | - |
| HSV(B) | 17.32º | 0.87% | 0.44% | - |
| XYZ | 7.63 | 5.21 | 1.05 | - |
| YUV | 60.44 | 102.36 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 15 | 0 | 0.62 | 0.87 | 0.56 | 17.32 | 0.76 | 0.25 |
| Hex | 70 | 2B | F | 0 | 3E | 57 | 38 | 11 | 4C | 19 |
| Octal | 160 | 53 | 17 | 0 | 76 | 127 | 70 | 21 | 114 | 31 |
| Binary | 1110000 | 101011 | 1111 | 0 | 111110 | 1010111 | 111000 | 10001 | 1001100 | 11001 |
Color Harmonies of #702B0F
Complementary color
Monochromatic Colors of #702B0F
Black with #702B0F
Text Example
Text Example
White with #702B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B0F; }
p { color: rgb(112,43,15); }
H1.HeaderClassName
{
color: #702B0F;
}
.AnyTagClassName
{
color: #702B0F;
}
</style>
background-color css
<style>
a { background-color: #702B0F; }
a { background-color: rgb(112,43,15); }
div.DivClassName
{
background-color: #702B0F;
}
.BgClassName
{
background-color: #702B0F;
}
</style>
border-color css
<style>
span { border-color: #702B0F; }
span { border-color: rgb(112,43,15); }
td.TdClassName
{
border-color: #702B0F;
}
.TagClassName
{
border-color: #702B0F;
}
</style>