Shades of Peru Tan #723A16
Tints of Peru Tan #723A16
RGB
CMYK
RGB Variations
Color information
#723A16 (or 0x723A16) is known color: Peru Tan. HEX triplet: 72, 3A and 16. RGB value is (114,58,22). Sum of RGB (Red+Green+Blue) = 114+58+22=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #723A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A16 is #8DC5E9. Grayscale: #464646. Windows color (decimal): -9291242 or 1456754. OLE color: 1456754.
HSL color Cylindrical-coordinate representation of color #723A16: hue angle of 23.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #723A16 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 58 | 22 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.55 |
| HSL | 23.48º | 0.68% | 0.27% | - |
| HSV(B) | 23.48º | 0.81% | 0.45% | - |
| XYZ | 8.6 | 6.66 | 1.59 | - |
| YUV | 70.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 22 | 0 | 0.49 | 0.81 | 0.55 | 23.48 | 0.68 | 0.27 |
| Hex | 72 | 3A | 16 | 0 | 31 | 51 | 37 | 17 | 44 | 1B |
| Octal | 162 | 72 | 26 | 0 | 61 | 121 | 67 | 27 | 104 | 33 |
| Binary | 1110010 | 111010 | 10110 | 0 | 110001 | 1010001 | 110111 | 10111 | 1000100 | 11011 |
Color Harmonies of #723A16
Complementary color
Monochromatic Colors of #723A16
Black with #723A16
Text Example
Text Example
White with #723A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723A16; }
p { color: rgb(114,58,22); }
H1.HeaderClassName
{
color: #723A16;
}
.AnyTagClassName
{
color: #723A16;
}
</style>
background-color css
<style>
a { background-color: #723A16; }
a { background-color: rgb(114,58,22); }
div.DivClassName
{
background-color: #723A16;
}
.BgClassName
{
background-color: #723A16;
}
</style>
border-color css
<style>
span { border-color: #723A16; }
span { border-color: rgb(114,58,22); }
td.TdClassName
{
border-color: #723A16;
}
.TagClassName
{
border-color: #723A16;
}
</style>