Shades of Peru Tan #73401D
Tints of Peru Tan #73401D
RGB
CMYK
RGB Variations
Color information
#73401D (or 0x73401D) is known color: Peru Tan. HEX triplet: 73, 40 and 1D. RGB value is (115,64,29). Sum of RGB (Red+Green+Blue) = 115+64+29=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73401D is #8CBFE2. Grayscale: #4B4B4B. Windows color (decimal): -9224163 or 1917043. OLE color: 1917043.
HSL color Cylindrical-coordinate representation of color #73401D: hue angle of 24.42º 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 #73401D is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 29 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.55 |
| HSL | 24.42º | 0.6% | 0.28% | - |
| HSV(B) | 24.42º | 0.75% | 0.45% | - |
| XYZ | 9.13 | 7.4 | 2.11 | - |
| YUV | 75.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 29 | 0 | 0.44 | 0.75 | 0.55 | 24.42 | 0.6 | 0.28 |
| Hex | 73 | 40 | 1D | 0 | 2C | 4B | 37 | 18 | 3C | 1C |
| Octal | 163 | 100 | 35 | 0 | 54 | 113 | 67 | 30 | 74 | 34 |
| Binary | 1110011 | 1000000 | 11101 | 0 | 101100 | 1001011 | 110111 | 11000 | 111100 | 11100 |
Color Harmonies of #73401D
Complementary color
Monochromatic Colors of #73401D
Black with #73401D
Text Example
Text Example
White with #73401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73401D; }
p { color: rgb(115,64,29); }
H1.HeaderClassName
{
color: #73401D;
}
.AnyTagClassName
{
color: #73401D;
}
</style>
background-color css
<style>
a { background-color: #73401D; }
a { background-color: rgb(115,64,29); }
div.DivClassName
{
background-color: #73401D;
}
.BgClassName
{
background-color: #73401D;
}
</style>
border-color css
<style>
span { border-color: #73401D; }
span { border-color: rgb(115,64,29); }
td.TdClassName
{
border-color: #73401D;
}
.TagClassName
{
border-color: #73401D;
}
</style>