Shades of Peru Tan #722F15
Tints of Peru Tan #722F15
RGB
CMYK
RGB Variations
Color information
#722F15 (or 0x722F15) is known color: Peru Tan. HEX triplet: 72, 2F and 15. RGB value is (114,47,21). Sum of RGB (Red+Green+Blue) = 114+47+21=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F15 is #8DD0EA. Grayscale: #404040. Windows color (decimal): -9294059 or 1388402. OLE color: 1388402.
HSL color Cylindrical-coordinate representation of color #722F15: hue angle of 16.77º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722F15 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 21 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.55 |
| HSL | 16.77º | 0.69% | 0.26% | - |
| HSV(B) | 16.77º | 0.82% | 0.45% | - |
| XYZ | 8.09 | 5.66 | 1.38 | - |
| YUV | 64.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 21 | 0 | 0.59 | 0.82 | 0.55 | 16.77 | 0.69 | 0.26 |
| Hex | 72 | 2F | 15 | 0 | 3B | 52 | 37 | 11 | 45 | 1A |
| Octal | 162 | 57 | 25 | 0 | 73 | 122 | 67 | 21 | 105 | 32 |
| Binary | 1110010 | 101111 | 10101 | 0 | 111011 | 1010010 | 110111 | 10001 | 1000101 | 11010 |
Color Harmonies of #722F15
Complementary color
Monochromatic Colors of #722F15
Black with #722F15
Text Example
Text Example
White with #722F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F15; }
p { color: rgb(114,47,21); }
H1.HeaderClassName
{
color: #722F15;
}
.AnyTagClassName
{
color: #722F15;
}
</style>
background-color css
<style>
a { background-color: #722F15; }
a { background-color: rgb(114,47,21); }
div.DivClassName
{
background-color: #722F15;
}
.BgClassName
{
background-color: #722F15;
}
</style>
border-color css
<style>
span { border-color: #722F15; }
span { border-color: rgb(114,47,21); }
td.TdClassName
{
border-color: #722F15;
}
.TagClassName
{
border-color: #722F15;
}
</style>