Shades of Peru Tan #73401B
Tints of Peru Tan #73401B
RGB
CMYK
RGB Variations
Color information
#73401B (or 0x73401B) is known color: Peru Tan. HEX triplet: 73, 40 and 1B. RGB value is (115,64,27). Sum of RGB (Red+Green+Blue) = 115+64+27=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #73401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73401B is #8CBFE4. Grayscale: #4B4B4B. Windows color (decimal): -9224165 or 1785971. OLE color: 1785971.
HSL color Cylindrical-coordinate representation of color #73401B: hue angle of 25.23º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73401B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 64 | 27 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.55 |
| HSL | 25.23º | 0.62% | 0.28% | - |
| HSV(B) | 25.23º | 0.77% | 0.45% | - |
| XYZ | 9.1 | 7.39 | 1.98 | - |
| YUV | 75.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 27 | 0 | 0.44 | 0.77 | 0.55 | 25.23 | 0.62 | 0.28 |
| Hex | 73 | 40 | 1B | 0 | 2C | 4D | 37 | 19 | 3E | 1C |
| Octal | 163 | 100 | 33 | 0 | 54 | 115 | 67 | 31 | 76 | 34 |
| Binary | 1110011 | 1000000 | 11011 | 0 | 101100 | 1001101 | 110111 | 11001 | 111110 | 11100 |
Color Harmonies of #73401B
Complementary color
Monochromatic Colors of #73401B
Black with #73401B
Text Example
Text Example
White with #73401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73401B; }
p { color: rgb(115,64,27); }
H1.HeaderClassName
{
color: #73401B;
}
.AnyTagClassName
{
color: #73401B;
}
</style>
background-color css
<style>
a { background-color: #73401B; }
a { background-color: rgb(115,64,27); }
div.DivClassName
{
background-color: #73401B;
}
.BgClassName
{
background-color: #73401B;
}
</style>
border-color css
<style>
span { border-color: #73401B; }
span { border-color: rgb(115,64,27); }
td.TdClassName
{
border-color: #73401B;
}
.TagClassName
{
border-color: #73401B;
}
</style>