Shades of Peru Tan #723709
Tints of Peru Tan #723709
RGB
CMYK
RGB Variations
Color information
#723709 (or 0x723709) is known color: Peru Tan. HEX triplet: 72, 37 and 09. RGB value is (114,55,9). Sum of RGB (Red+Green+Blue) = 114+55+9=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #723709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723709 is #8DC8F6. Grayscale: #434343. Windows color (decimal): -9292023 or 604018. OLE color: 604018.
HSL color Cylindrical-coordinate representation of color #723709: hue angle of 26.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #723709 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 9 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.55 |
| HSL | 26.29º | 0.85% | 0.24% | - |
| HSV(B) | 26.29º | 0.92% | 0.45% | - |
| XYZ | 8.35 | 6.33 | 1.04 | - |
| YUV | 67.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 9 | 0 | 0.52 | 0.92 | 0.55 | 26.29 | 0.85 | 0.24 |
| Hex | 72 | 37 | 9 | 0 | 34 | 5C | 37 | 1A | 55 | 18 |
| Octal | 162 | 67 | 11 | 0 | 64 | 134 | 67 | 32 | 125 | 30 |
| Binary | 1110010 | 110111 | 1001 | 0 | 110100 | 1011100 | 110111 | 11010 | 1010101 | 11000 |
Color Harmonies of #723709
Complementary color
Monochromatic Colors of #723709
Black with #723709
Text Example
Text Example
White with #723709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723709; }
p { color: rgb(114,55,9); }
H1.HeaderClassName
{
color: #723709;
}
.AnyTagClassName
{
color: #723709;
}
</style>
background-color css
<style>
a { background-color: #723709; }
a { background-color: rgb(114,55,9); }
div.DivClassName
{
background-color: #723709;
}
.BgClassName
{
background-color: #723709;
}
</style>
border-color css
<style>
span { border-color: #723709; }
span { border-color: rgb(114,55,9); }
td.TdClassName
{
border-color: #723709;
}
.TagClassName
{
border-color: #723709;
}
</style>