Shades of Peru Tan #73371D
Tints of Peru Tan #73371D
RGB
CMYK
RGB Variations
Color information
#73371D (or 0x73371D) is known color: Peru Tan. HEX triplet: 73, 37 and 1D. RGB value is (115,55,29). Sum of RGB (Red+Green+Blue) = 115+55+29=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73371D is #8CC8E2. Grayscale: #464646. Windows color (decimal): -9226467 or 1914739. OLE color: 1914739.
HSL color Cylindrical-coordinate representation of color #73371D: hue angle of 18.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73371D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 29 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.55 |
| HSL | 18.14º | 0.6% | 0.28% | - |
| HSV(B) | 18.14º | 0.75% | 0.45% | - |
| XYZ | 8.66 | 6.47 | 1.95 | - |
| YUV | 69.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 29 | 0 | 0.52 | 0.75 | 0.55 | 18.14 | 0.6 | 0.28 |
| Hex | 73 | 37 | 1D | 0 | 34 | 4B | 37 | 12 | 3C | 1C |
| Octal | 163 | 67 | 35 | 0 | 64 | 113 | 67 | 22 | 74 | 34 |
| Binary | 1110011 | 110111 | 11101 | 0 | 110100 | 1001011 | 110111 | 10010 | 111100 | 11100 |
Color Harmonies of #73371D
Complementary color
Monochromatic Colors of #73371D
Black with #73371D
Text Example
Text Example
White with #73371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73371D; }
p { color: rgb(115,55,29); }
H1.HeaderClassName
{
color: #73371D;
}
.AnyTagClassName
{
color: #73371D;
}
</style>
background-color css
<style>
a { background-color: #73371D; }
a { background-color: rgb(115,55,29); }
div.DivClassName
{
background-color: #73371D;
}
.BgClassName
{
background-color: #73371D;
}
</style>
border-color css
<style>
span { border-color: #73371D; }
span { border-color: rgb(115,55,29); }
td.TdClassName
{
border-color: #73371D;
}
.TagClassName
{
border-color: #73371D;
}
</style>