Shades of Peru Tan #722F13
Tints of Peru Tan #722F13
RGB
CMYK
RGB Variations
Color information
#722F13 (or 0x722F13) is known color: Peru Tan. HEX triplet: 72, 2F and 13. RGB value is (114,47,19). Sum of RGB (Red+Green+Blue) = 114+47+19=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #722F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F13 is #8DD0EC. Grayscale: #404040. Windows color (decimal): -9294061 or 1257330. OLE color: 1257330.
HSL color Cylindrical-coordinate representation of color #722F13: hue angle of 17.68º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #722F13 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 19 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.55 |
| HSL | 17.68º | 0.71% | 0.26% | - |
| HSV(B) | 17.68º | 0.83% | 0.45% | - |
| XYZ | 8.07 | 5.66 | 1.28 | - |
| YUV | 63.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 19 | 0 | 0.59 | 0.83 | 0.55 | 17.68 | 0.71 | 0.26 |
| Hex | 72 | 2F | 13 | 0 | 3B | 53 | 37 | 12 | 47 | 1A |
| Octal | 162 | 57 | 23 | 0 | 73 | 123 | 67 | 22 | 107 | 32 |
| Binary | 1110010 | 101111 | 10011 | 0 | 111011 | 1010011 | 110111 | 10010 | 1000111 | 11010 |
Color Harmonies of #722F13
Complementary color
Monochromatic Colors of #722F13
Black with #722F13
Text Example
Text Example
White with #722F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F13; }
p { color: rgb(114,47,19); }
H1.HeaderClassName
{
color: #722F13;
}
.AnyTagClassName
{
color: #722F13;
}
</style>
background-color css
<style>
a { background-color: #722F13; }
a { background-color: rgb(114,47,19); }
div.DivClassName
{
background-color: #722F13;
}
.BgClassName
{
background-color: #722F13;
}
</style>
border-color css
<style>
span { border-color: #722F13; }
span { border-color: rgb(114,47,19); }
td.TdClassName
{
border-color: #722F13;
}
.TagClassName
{
border-color: #722F13;
}
</style>