Shades of Peru Tan #722D0B
Tints of Peru Tan #722D0B
RGB
CMYK
RGB Variations
Color information
#722D0B (or 0x722D0B) is known color: Peru Tan. HEX triplet: 72, 2D and 0B. RGB value is (114,45,11). Sum of RGB (Red+Green+Blue) = 114+45+11=170 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.06% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 114 - color contains mainly: red. Hex color #722D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722D0B is #8DD2F4. Grayscale: #3D3D3D. Windows color (decimal): -9294581 or 732530. OLE color: 732530.
HSL color Cylindrical-coordinate representation of color #722D0B: hue angle of 19.81º 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 #722D0B is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 11 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.55 |
| HSL | 19.81º | 0.82% | 0.25% | - |
| HSV(B) | 19.81º | 0.9% | 0.45% | - |
| XYZ | 7.94 | 5.48 | 0.96 | - |
| YUV | 61.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 11 | 0 | 0.61 | 0.90 | 0.55 | 19.81 | 0.82 | 0.25 |
| Hex | 72 | 2D | B | 0 | 3D | 5A | 37 | 14 | 52 | 19 |
| Octal | 162 | 55 | 13 | 0 | 75 | 132 | 67 | 24 | 122 | 31 |
| Binary | 1110010 | 101101 | 1011 | 0 | 111101 | 1011010 | 110111 | 10100 | 1010010 | 11001 |
Color Harmonies of #722D0B
Complementary color
Monochromatic Colors of #722D0B
Black with #722D0B
Text Example
Text Example
White with #722D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D0B; }
p { color: rgb(114,45,11); }
H1.HeaderClassName
{
color: #722D0B;
}
.AnyTagClassName
{
color: #722D0B;
}
</style>
background-color css
<style>
a { background-color: #722D0B; }
a { background-color: rgb(114,45,11); }
div.DivClassName
{
background-color: #722D0B;
}
.BgClassName
{
background-color: #722D0B;
}
</style>
border-color css
<style>
span { border-color: #722D0B; }
span { border-color: rgb(114,45,11); }
td.TdClassName
{
border-color: #722D0B;
}
.TagClassName
{
border-color: #722D0B;
}
</style>