Shades of Peru Tan #73350E
Tints of Peru Tan #73350E
RGB
CMYK
RGB Variations
Color information
#73350E (or 0x73350E) is known color: Peru Tan. HEX triplet: 73, 35 and 0E. RGB value is (115,53,14). Sum of RGB (Red+Green+Blue) = 115+53+14=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350E is #8CCAF1. Grayscale: #434343. Windows color (decimal): -9226994 or 931187. OLE color: 931187.
HSL color Cylindrical-coordinate representation of color #73350E: hue angle of 23.17º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73350E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 53 | 14 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.55 |
| HSL | 23.17º | 0.78% | 0.25% | - |
| HSV(B) | 23.17º | 0.88% | 0.45% | - |
| XYZ | 8.42 | 6.22 | 1.17 | - |
| YUV | 67.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 14 | 0 | 0.54 | 0.88 | 0.55 | 23.17 | 0.78 | 0.25 |
| Hex | 73 | 35 | E | 0 | 36 | 58 | 37 | 17 | 4E | 19 |
| Octal | 163 | 65 | 16 | 0 | 66 | 130 | 67 | 27 | 116 | 31 |
| Binary | 1110011 | 110101 | 1110 | 0 | 110110 | 1011000 | 110111 | 10111 | 1001110 | 11001 |
Color Harmonies of #73350E
Complementary color
Monochromatic Colors of #73350E
Black with #73350E
Text Example
Text Example
White with #73350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73350E; }
p { color: rgb(115,53,14); }
H1.HeaderClassName
{
color: #73350E;
}
.AnyTagClassName
{
color: #73350E;
}
</style>
background-color css
<style>
a { background-color: #73350E; }
a { background-color: rgb(115,53,14); }
div.DivClassName
{
background-color: #73350E;
}
.BgClassName
{
background-color: #73350E;
}
</style>
border-color css
<style>
span { border-color: #73350E; }
span { border-color: rgb(115,53,14); }
td.TdClassName
{
border-color: #73350E;
}
.TagClassName
{
border-color: #73350E;
}
</style>