Shades of Peru Tan #722E0D
Tints of Peru Tan #722E0D
RGB
CMYK
RGB Variations
Color information
#722E0D (or 0x722E0D) is known color: Peru Tan. HEX triplet: 72, 2E and 0D. RGB value is (114,46,13). Sum of RGB (Red+Green+Blue) = 114+46+13=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722E0D is #8DD1F2. Grayscale: #3E3E3E. Windows color (decimal): -9294323 or 863858. OLE color: 863858.
HSL color Cylindrical-coordinate representation of color #722E0D: hue angle of 19.6º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #722E0D is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 13 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.55 |
| HSL | 19.6º | 0.8% | 0.25% | - |
| HSV(B) | 19.6º | 0.89% | 0.45% | - |
| XYZ | 7.99 | 5.56 | 1.03 | - |
| YUV | 62.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 13 | 0 | 0.60 | 0.89 | 0.55 | 19.6 | 0.8 | 0.25 |
| Hex | 72 | 2E | D | 0 | 3C | 59 | 37 | 14 | 50 | 19 |
| Octal | 162 | 56 | 15 | 0 | 74 | 131 | 67 | 24 | 120 | 31 |
| Binary | 1110010 | 101110 | 1101 | 0 | 111100 | 1011001 | 110111 | 10100 | 1010000 | 11001 |
Color Harmonies of #722E0D
Complementary color
Monochromatic Colors of #722E0D
Black with #722E0D
Text Example
Text Example
White with #722E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E0D; }
p { color: rgb(114,46,13); }
H1.HeaderClassName
{
color: #722E0D;
}
.AnyTagClassName
{
color: #722E0D;
}
</style>
background-color css
<style>
a { background-color: #722E0D; }
a { background-color: rgb(114,46,13); }
div.DivClassName
{
background-color: #722E0D;
}
.BgClassName
{
background-color: #722E0D;
}
</style>
border-color css
<style>
span { border-color: #722E0D; }
span { border-color: rgb(114,46,13); }
td.TdClassName
{
border-color: #722E0D;
}
.TagClassName
{
border-color: #722E0D;
}
</style>