Shades of Peru Tan #722A0D
Tints of Peru Tan #722A0D
RGB
CMYK
RGB Variations
Color information
#722A0D (or 0x722A0D) is known color: Peru Tan. HEX triplet: 72, 2A and 0D. RGB value is (114,42,13). Sum of RGB (Red+Green+Blue) = 114+42+13=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A0D is #8DD5F2. Grayscale: #3C3C3C. Windows color (decimal): -9295347 or 862834. OLE color: 862834.
HSL color Cylindrical-coordinate representation of color #722A0D: hue angle of 17.23º 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 #722A0D is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 13 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.55 |
| HSL | 17.23º | 0.8% | 0.25% | - |
| HSV(B) | 17.23º | 0.89% | 0.45% | - |
| XYZ | 7.84 | 5.26 | 0.98 | - |
| YUV | 60.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 13 | 0 | 0.63 | 0.89 | 0.55 | 17.23 | 0.8 | 0.25 |
| Hex | 72 | 2A | D | 0 | 3F | 59 | 37 | 11 | 50 | 19 |
| Octal | 162 | 52 | 15 | 0 | 77 | 131 | 67 | 21 | 120 | 31 |
| Binary | 1110010 | 101010 | 1101 | 0 | 111111 | 1011001 | 110111 | 10001 | 1010000 | 11001 |
Color Harmonies of #722A0D
Complementary color
Monochromatic Colors of #722A0D
Black with #722A0D
Text Example
Text Example
White with #722A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A0D; }
p { color: rgb(114,42,13); }
H1.HeaderClassName
{
color: #722A0D;
}
.AnyTagClassName
{
color: #722A0D;
}
</style>
background-color css
<style>
a { background-color: #722A0D; }
a { background-color: rgb(114,42,13); }
div.DivClassName
{
background-color: #722A0D;
}
.BgClassName
{
background-color: #722A0D;
}
</style>
border-color css
<style>
span { border-color: #722A0D; }
span { border-color: rgb(114,42,13); }
td.TdClassName
{
border-color: #722A0D;
}
.TagClassName
{
border-color: #722A0D;
}
</style>