Shades of Peru Tan #73390C
Tints of Peru Tan #73390C
RGB
CMYK
RGB Variations
Color information
#73390C (or 0x73390C) is known color: Peru Tan. HEX triplet: 73, 39 and 0C. RGB value is (115,57,12). Sum of RGB (Red+Green+Blue) = 115+57+12=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73390C is #8CC6F3. Grayscale: #454545. Windows color (decimal): -9225972 or 801139. OLE color: 801139.
HSL color Cylindrical-coordinate representation of color #73390C: hue angle of 26.21º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73390C is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 57 | 12 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.55 |
| HSL | 26.21º | 0.81% | 0.25% | - |
| HSV(B) | 26.21º | 0.9% | 0.45% | - |
| XYZ | 8.6 | 6.6 | 1.17 | - |
| YUV | 69.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 12 | 0 | 0.50 | 0.90 | 0.55 | 26.21 | 0.81 | 0.25 |
| Hex | 73 | 39 | C | 0 | 32 | 5A | 37 | 1A | 51 | 19 |
| Octal | 163 | 71 | 14 | 0 | 62 | 132 | 67 | 32 | 121 | 31 |
| Binary | 1110011 | 111001 | 1100 | 0 | 110010 | 1011010 | 110111 | 11010 | 1010001 | 11001 |
Color Harmonies of #73390C
Complementary color
Monochromatic Colors of #73390C
Black with #73390C
Text Example
Text Example
White with #73390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73390C; }
p { color: rgb(115,57,12); }
H1.HeaderClassName
{
color: #73390C;
}
.AnyTagClassName
{
color: #73390C;
}
</style>
background-color css
<style>
a { background-color: #73390C; }
a { background-color: rgb(115,57,12); }
div.DivClassName
{
background-color: #73390C;
}
.BgClassName
{
background-color: #73390C;
}
</style>
border-color css
<style>
span { border-color: #73390C; }
span { border-color: rgb(115,57,12); }
td.TdClassName
{
border-color: #73390C;
}
.TagClassName
{
border-color: #73390C;
}
</style>