Shades of Peru Tan #722F16
Tints of Peru Tan #722F16
RGB
CMYK
RGB Variations
Color information
#722F16 (or 0x722F16) is known color: Peru Tan. HEX triplet: 72, 2F and 16. RGB value is (114,47,22). Sum of RGB (Red+Green+Blue) = 114+47+22=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #722F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F16 is #8DD0E9. Grayscale: #404040. Windows color (decimal): -9294058 or 1453938. OLE color: 1453938.
HSL color Cylindrical-coordinate representation of color #722F16: hue angle of 16.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722F16 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 22 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.55 |
| HSL | 16.3º | 0.68% | 0.27% | - |
| HSV(B) | 16.3º | 0.81% | 0.45% | - |
| XYZ | 8.1 | 5.67 | 1.43 | - |
| YUV | 64.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 22 | 0 | 0.59 | 0.81 | 0.55 | 16.3 | 0.68 | 0.27 |
| Hex | 72 | 2F | 16 | 0 | 3B | 51 | 37 | 10 | 44 | 1B |
| Octal | 162 | 57 | 26 | 0 | 73 | 121 | 67 | 20 | 104 | 33 |
| Binary | 1110010 | 101111 | 10110 | 0 | 111011 | 1010001 | 110111 | 10000 | 1000100 | 11011 |
Color Harmonies of #722F16
Complementary color
Monochromatic Colors of #722F16
Black with #722F16
Text Example
Text Example
White with #722F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F16; }
p { color: rgb(114,47,22); }
H1.HeaderClassName
{
color: #722F16;
}
.AnyTagClassName
{
color: #722F16;
}
</style>
background-color css
<style>
a { background-color: #722F16; }
a { background-color: rgb(114,47,22); }
div.DivClassName
{
background-color: #722F16;
}
.BgClassName
{
background-color: #722F16;
}
</style>
border-color css
<style>
span { border-color: #722F16; }
span { border-color: rgb(114,47,22); }
td.TdClassName
{
border-color: #722F16;
}
.TagClassName
{
border-color: #722F16;
}
</style>