Shades of Peru Tan #722A0E
Tints of Peru Tan #722A0E
RGB
CMYK
RGB Variations
Color information
#722A0E (or 0x722A0E) is known color: Peru Tan. HEX triplet: 72, 2A and 0E. RGB value is (114,42,14). Sum of RGB (Red+Green+Blue) = 114+42+14=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #722A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A0E is #8DD5F1. Grayscale: #3C3C3C. Windows color (decimal): -9295346 or 928370. OLE color: 928370.
HSL color Cylindrical-coordinate representation of color #722A0E: hue angle of 16.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #722A0E is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 14 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.55 |
| HSL | 16.8º | 0.78% | 0.25% | - |
| HSV(B) | 16.8º | 0.88% | 0.45% | - |
| XYZ | 7.85 | 5.27 | 1.02 | - |
| YUV | 60.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 14 | 0 | 0.63 | 0.88 | 0.55 | 16.8 | 0.78 | 0.25 |
| Hex | 72 | 2A | E | 0 | 3F | 58 | 37 | 11 | 4E | 19 |
| Octal | 162 | 52 | 16 | 0 | 77 | 130 | 67 | 21 | 116 | 31 |
| Binary | 1110010 | 101010 | 1110 | 0 | 111111 | 1011000 | 110111 | 10001 | 1001110 | 11001 |
Color Harmonies of #722A0E
Complementary color
Monochromatic Colors of #722A0E
Black with #722A0E
Text Example
Text Example
White with #722A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A0E; }
p { color: rgb(114,42,14); }
H1.HeaderClassName
{
color: #722A0E;
}
.AnyTagClassName
{
color: #722A0E;
}
</style>
background-color css
<style>
a { background-color: #722A0E; }
a { background-color: rgb(114,42,14); }
div.DivClassName
{
background-color: #722A0E;
}
.BgClassName
{
background-color: #722A0E;
}
</style>
border-color css
<style>
span { border-color: #722A0E; }
span { border-color: rgb(114,42,14); }
td.TdClassName
{
border-color: #722A0E;
}
.TagClassName
{
border-color: #722A0E;
}
</style>