Shades of Peru Tan #73310D
Tints of Peru Tan #73310D
RGB
CMYK
RGB Variations
Color information
#73310D (or 0x73310D) is known color: Peru Tan. HEX triplet: 73, 31 and 0D. RGB value is (115,49,13). Sum of RGB (Red+Green+Blue) = 115+49+13=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73310D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73310D is #8CCEF2. Grayscale: #404040. Windows color (decimal): -9228019 or 864627. OLE color: 864627.
HSL color Cylindrical-coordinate representation of color #73310D: hue angle of 21.18º degrees, saturation: 0.8, 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 #73310D is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 13 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.55 |
| HSL | 21.18º | 0.8% | 0.25% | - |
| HSV(B) | 21.18º | 0.89% | 0.45% | - |
| XYZ | 8.24 | 5.87 | 1.08 | - |
| YUV | 64.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 13 | 0 | 0.57 | 0.89 | 0.55 | 21.18 | 0.8 | 0.25 |
| Hex | 73 | 31 | D | 0 | 39 | 59 | 37 | 15 | 50 | 19 |
| Octal | 163 | 61 | 15 | 0 | 71 | 131 | 67 | 25 | 120 | 31 |
| Binary | 1110011 | 110001 | 1101 | 0 | 111001 | 1011001 | 110111 | 10101 | 1010000 | 11001 |
Color Harmonies of #73310D
Complementary color
Monochromatic Colors of #73310D
Black with #73310D
Text Example
Text Example
White with #73310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73310D; }
p { color: rgb(115,49,13); }
H1.HeaderClassName
{
color: #73310D;
}
.AnyTagClassName
{
color: #73310D;
}
</style>
background-color css
<style>
a { background-color: #73310D; }
a { background-color: rgb(115,49,13); }
div.DivClassName
{
background-color: #73310D;
}
.BgClassName
{
background-color: #73310D;
}
</style>
border-color css
<style>
span { border-color: #73310D; }
span { border-color: rgb(115,49,13); }
td.TdClassName
{
border-color: #73310D;
}
.TagClassName
{
border-color: #73310D;
}
</style>