Shades of Peru Tan #722C0E
Tints of Peru Tan #722C0E
RGB
CMYK
RGB Variations
Color information
#722C0E (or 0x722C0E) is known color: Peru Tan. HEX triplet: 72, 2C and 0E. RGB value is (114,44,14). Sum of RGB (Red+Green+Blue) = 114+44+14=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #722C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C0E is #8DD3F1. Grayscale: #3D3D3D. Windows color (decimal): -9294834 or 928882. OLE color: 928882.
HSL color Cylindrical-coordinate representation of color #722C0E: hue angle of 18º 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 #722C0E is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 14 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.55 |
| HSL | 18º | 0.78% | 0.25% | - |
| HSV(B) | 18º | 0.88% | 0.45% | - |
| XYZ | 7.92 | 5.41 | 1.04 | - |
| YUV | 61.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 14 | 0 | 0.61 | 0.88 | 0.55 | 18 | 0.78 | 0.25 |
| Hex | 72 | 2C | E | 0 | 3D | 58 | 37 | 12 | 4E | 19 |
| Octal | 162 | 54 | 16 | 0 | 75 | 130 | 67 | 22 | 116 | 31 |
| Binary | 1110010 | 101100 | 1110 | 0 | 111101 | 1011000 | 110111 | 10010 | 1001110 | 11001 |
Color Harmonies of #722C0E
Complementary color
Monochromatic Colors of #722C0E
Black with #722C0E
Text Example
Text Example
White with #722C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C0E; }
p { color: rgb(114,44,14); }
H1.HeaderClassName
{
color: #722C0E;
}
.AnyTagClassName
{
color: #722C0E;
}
</style>
background-color css
<style>
a { background-color: #722C0E; }
a { background-color: rgb(114,44,14); }
div.DivClassName
{
background-color: #722C0E;
}
.BgClassName
{
background-color: #722C0E;
}
</style>
border-color css
<style>
span { border-color: #722C0E; }
span { border-color: rgb(114,44,14); }
td.TdClassName
{
border-color: #722C0E;
}
.TagClassName
{
border-color: #722C0E;
}
</style>