Shades of Peru Tan #722B0C
Tints of Peru Tan #722B0C
RGB
CMYK
RGB Variations
Color information
#722B0C (or 0x722B0C) is known color: Peru Tan. HEX triplet: 72, 2B and 0C. RGB value is (114,43,12). Sum of RGB (Red+Green+Blue) = 114+43+12=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722B0C is #8DD4F3. Grayscale: #3C3C3C. Windows color (decimal): -9295092 or 797554. OLE color: 797554.
HSL color Cylindrical-coordinate representation of color #722B0C: hue angle of 18.24º degrees, saturation: 0.81, 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 #722B0C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 12 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.55 |
| HSL | 18.24º | 0.81% | 0.25% | - |
| HSV(B) | 18.24º | 0.89% | 0.45% | - |
| XYZ | 7.87 | 5.33 | 0.96 | - |
| YUV | 60.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 12 | 0 | 0.62 | 0.89 | 0.55 | 18.24 | 0.81 | 0.25 |
| Hex | 72 | 2B | C | 0 | 3E | 59 | 37 | 12 | 51 | 19 |
| Octal | 162 | 53 | 14 | 0 | 76 | 131 | 67 | 22 | 121 | 31 |
| Binary | 1110010 | 101011 | 1100 | 0 | 111110 | 1011001 | 110111 | 10010 | 1010001 | 11001 |
Color Harmonies of #722B0C
Complementary color
Monochromatic Colors of #722B0C
Black with #722B0C
Text Example
Text Example
White with #722B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B0C; }
p { color: rgb(114,43,12); }
H1.HeaderClassName
{
color: #722B0C;
}
.AnyTagClassName
{
color: #722B0C;
}
</style>
background-color css
<style>
a { background-color: #722B0C; }
a { background-color: rgb(114,43,12); }
div.DivClassName
{
background-color: #722B0C;
}
.BgClassName
{
background-color: #722B0C;
}
</style>
border-color css
<style>
span { border-color: #722B0C; }
span { border-color: rgb(114,43,12); }
td.TdClassName
{
border-color: #722B0C;
}
.TagClassName
{
border-color: #722B0C;
}
</style>