Shades of Peru Tan #73421D
Tints of Peru Tan #73421D
RGB
CMYK
RGB Variations
Color information
#73421D (or 0x73421D) is known color: Peru Tan. HEX triplet: 73, 42 and 1D. RGB value is (115,66,29). Sum of RGB (Red+Green+Blue) = 115+66+29=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73421D is #8CBDE2. Grayscale: #4C4C4C. Windows color (decimal): -9223651 or 1917555. OLE color: 1917555.
HSL color Cylindrical-coordinate representation of color #73421D: hue angle of 25.81º 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 #73421D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 29 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.55 |
| HSL | 25.81º | 0.6% | 0.28% | - |
| HSV(B) | 25.81º | 0.75% | 0.45% | - |
| XYZ | 9.24 | 7.63 | 2.15 | - |
| YUV | 76.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 29 | 0 | 0.43 | 0.75 | 0.55 | 25.81 | 0.6 | 0.28 |
| Hex | 73 | 42 | 1D | 0 | 2B | 4B | 37 | 1A | 3C | 1C |
| Octal | 163 | 102 | 35 | 0 | 53 | 113 | 67 | 32 | 74 | 34 |
| Binary | 1110011 | 1000010 | 11101 | 0 | 101011 | 1001011 | 110111 | 11010 | 111100 | 11100 |
Color Harmonies of #73421D
Complementary color
Monochromatic Colors of #73421D
Black with #73421D
Text Example
Text Example
White with #73421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73421D; }
p { color: rgb(115,66,29); }
H1.HeaderClassName
{
color: #73421D;
}
.AnyTagClassName
{
color: #73421D;
}
</style>
background-color css
<style>
a { background-color: #73421D; }
a { background-color: rgb(115,66,29); }
div.DivClassName
{
background-color: #73421D;
}
.BgClassName
{
background-color: #73421D;
}
</style>
border-color css
<style>
span { border-color: #73421D; }
span { border-color: rgb(115,66,29); }
td.TdClassName
{
border-color: #73421D;
}
.TagClassName
{
border-color: #73421D;
}
</style>