Shades of Peru Tan #73411D
Tints of Peru Tan #73411D
RGB
CMYK
RGB Variations
Color information
#73411D (or 0x73411D) is known color: Peru Tan. HEX triplet: 73, 41 and 1D. RGB value is (115,65,29). Sum of RGB (Red+Green+Blue) = 115+65+29=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73411D is #8CBEE2. Grayscale: #4C4C4C. Windows color (decimal): -9223907 or 1917299. OLE color: 1917299.
HSL color Cylindrical-coordinate representation of color #73411D: hue angle of 25.12º 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 #73411D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 29 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.55 |
| HSL | 25.12º | 0.6% | 0.28% | - |
| HSV(B) | 25.12º | 0.75% | 0.45% | - |
| XYZ | 9.18 | 7.51 | 2.13 | - |
| YUV | 75.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 29 | 0 | 0.43 | 0.75 | 0.55 | 25.12 | 0.6 | 0.28 |
| Hex | 73 | 41 | 1D | 0 | 2B | 4B | 37 | 19 | 3C | 1C |
| Octal | 163 | 101 | 35 | 0 | 53 | 113 | 67 | 31 | 74 | 34 |
| Binary | 1110011 | 1000001 | 11101 | 0 | 101011 | 1001011 | 110111 | 11001 | 111100 | 11100 |
Color Harmonies of #73411D
Complementary color
Monochromatic Colors of #73411D
Black with #73411D
Text Example
Text Example
White with #73411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73411D; }
p { color: rgb(115,65,29); }
H1.HeaderClassName
{
color: #73411D;
}
.AnyTagClassName
{
color: #73411D;
}
</style>
background-color css
<style>
a { background-color: #73411D; }
a { background-color: rgb(115,65,29); }
div.DivClassName
{
background-color: #73411D;
}
.BgClassName
{
background-color: #73411D;
}
</style>
border-color css
<style>
span { border-color: #73411D; }
span { border-color: rgb(115,65,29); }
td.TdClassName
{
border-color: #73411D;
}
.TagClassName
{
border-color: #73411D;
}
</style>