Shades of Peru Tan #722F0B
Tints of Peru Tan #722F0B
RGB
CMYK
RGB Variations
Color information
#722F0B (or 0x722F0B) is known color: Peru Tan. HEX triplet: 72, 2F and 0B. RGB value is (114,47,11). Sum of RGB (Red+Green+Blue) = 114+47+11=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #722F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F0B is #8DD0F4. Grayscale: #3F3F3F. Windows color (decimal): -9294069 or 733042. OLE color: 733042.
HSL color Cylindrical-coordinate representation of color #722F0B: hue angle of 20.97º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #722F0B is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 11 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.55 |
| HSL | 20.97º | 0.82% | 0.25% | - |
| HSV(B) | 20.97º | 0.9% | 0.45% | - |
| XYZ | 8.02 | 5.63 | 0.98 | - |
| YUV | 62.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 11 | 0 | 0.59 | 0.90 | 0.55 | 20.97 | 0.82 | 0.25 |
| Hex | 72 | 2F | B | 0 | 3B | 5A | 37 | 15 | 52 | 19 |
| Octal | 162 | 57 | 13 | 0 | 73 | 132 | 67 | 25 | 122 | 31 |
| Binary | 1110010 | 101111 | 1011 | 0 | 111011 | 1011010 | 110111 | 10101 | 1010010 | 11001 |
Color Harmonies of #722F0B
Complementary color
Monochromatic Colors of #722F0B
Black with #722F0B
Text Example
Text Example
White with #722F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F0B; }
p { color: rgb(114,47,11); }
H1.HeaderClassName
{
color: #722F0B;
}
.AnyTagClassName
{
color: #722F0B;
}
</style>
background-color css
<style>
a { background-color: #722F0B; }
a { background-color: rgb(114,47,11); }
div.DivClassName
{
background-color: #722F0B;
}
.BgClassName
{
background-color: #722F0B;
}
</style>
border-color css
<style>
span { border-color: #722F0B; }
span { border-color: rgb(114,47,11); }
td.TdClassName
{
border-color: #722F0B;
}
.TagClassName
{
border-color: #722F0B;
}
</style>