Shades of Peru Tan #73370E
Tints of Peru Tan #73370E
RGB
CMYK
RGB Variations
Color information
#73370E (or 0x73370E) is known color: Peru Tan. HEX triplet: 73, 37 and 0E. RGB value is (115,55,14). Sum of RGB (Red+Green+Blue) = 115+55+14=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73370E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73370E is #8CC8F1. Grayscale: #444444. Windows color (decimal): -9226482 or 931699. OLE color: 931699.
HSL color Cylindrical-coordinate representation of color #73370E: hue angle of 24.36º 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 #73370E is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 14 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.55 |
| HSL | 24.36º | 0.78% | 0.25% | - |
| HSV(B) | 24.36º | 0.88% | 0.45% | - |
| XYZ | 8.52 | 6.41 | 1.2 | - |
| YUV | 68.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 14 | 0 | 0.52 | 0.88 | 0.55 | 24.36 | 0.78 | 0.25 |
| Hex | 73 | 37 | E | 0 | 34 | 58 | 37 | 18 | 4E | 19 |
| Octal | 163 | 67 | 16 | 0 | 64 | 130 | 67 | 30 | 116 | 31 |
| Binary | 1110011 | 110111 | 1110 | 0 | 110100 | 1011000 | 110111 | 11000 | 1001110 | 11001 |
Color Harmonies of #73370E
Complementary color
Monochromatic Colors of #73370E
Black with #73370E
Text Example
Text Example
White with #73370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73370E; }
p { color: rgb(115,55,14); }
H1.HeaderClassName
{
color: #73370E;
}
.AnyTagClassName
{
color: #73370E;
}
</style>
background-color css
<style>
a { background-color: #73370E; }
a { background-color: rgb(115,55,14); }
div.DivClassName
{
background-color: #73370E;
}
.BgClassName
{
background-color: #73370E;
}
</style>
border-color css
<style>
span { border-color: #73370E; }
span { border-color: rgb(115,55,14); }
td.TdClassName
{
border-color: #73370E;
}
.TagClassName
{
border-color: #73370E;
}
</style>