Shades of Peru Tan #722C0D
Tints of Peru Tan #722C0D
RGB
CMYK
RGB Variations
Color information
#722C0D (or 0x722C0D) is known color: Peru Tan. HEX triplet: 72, 2C and 0D. RGB value is (114,44,13). Sum of RGB (Red+Green+Blue) = 114+44+13=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #722C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C0D is #8DD3F2. Grayscale: #3D3D3D. Windows color (decimal): -9294835 or 863346. OLE color: 863346.
HSL color Cylindrical-coordinate representation of color #722C0D: hue angle of 18.42º 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 #722C0D is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 13 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.55 |
| HSL | 18.42º | 0.8% | 0.25% | - |
| HSV(B) | 18.42º | 0.89% | 0.45% | - |
| XYZ | 7.91 | 5.41 | 1.01 | - |
| YUV | 61.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 13 | 0 | 0.61 | 0.89 | 0.55 | 18.42 | 0.8 | 0.25 |
| Hex | 72 | 2C | D | 0 | 3D | 59 | 37 | 12 | 50 | 19 |
| Octal | 162 | 54 | 15 | 0 | 75 | 131 | 67 | 22 | 120 | 31 |
| Binary | 1110010 | 101100 | 1101 | 0 | 111101 | 1011001 | 110111 | 10010 | 1010000 | 11001 |
Color Harmonies of #722C0D
Complementary color
Monochromatic Colors of #722C0D
Black with #722C0D
Text Example
Text Example
White with #722C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C0D; }
p { color: rgb(114,44,13); }
H1.HeaderClassName
{
color: #722C0D;
}
.AnyTagClassName
{
color: #722C0D;
}
</style>
background-color css
<style>
a { background-color: #722C0D; }
a { background-color: rgb(114,44,13); }
div.DivClassName
{
background-color: #722C0D;
}
.BgClassName
{
background-color: #722C0D;
}
</style>
border-color css
<style>
span { border-color: #722C0D; }
span { border-color: rgb(114,44,13); }
td.TdClassName
{
border-color: #722C0D;
}
.TagClassName
{
border-color: #722C0D;
}
</style>