Shades of Peru Tan #73421C
Tints of Peru Tan #73421C
RGB
CMYK
RGB Variations
Color information
#73421C (or 0x73421C) is known color: Peru Tan. HEX triplet: 73, 42 and 1C. RGB value is (115,66,28). Sum of RGB (Red+Green+Blue) = 115+66+28=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73421C is #8CBDE3. Grayscale: #4C4C4C. Windows color (decimal): -9223652 or 1852019. OLE color: 1852019.
HSL color Cylindrical-coordinate representation of color #73421C: hue angle of 26.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73421C is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 28 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.55 |
| HSL | 26.21º | 0.61% | 0.28% | - |
| HSV(B) | 26.21º | 0.76% | 0.45% | - |
| XYZ | 9.23 | 7.63 | 2.08 | - |
| YUV | 76.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 28 | 0 | 0.43 | 0.76 | 0.55 | 26.21 | 0.61 | 0.28 |
| Hex | 73 | 42 | 1C | 0 | 2B | 4C | 37 | 1A | 3D | 1C |
| Octal | 163 | 102 | 34 | 0 | 53 | 114 | 67 | 32 | 75 | 34 |
| Binary | 1110011 | 1000010 | 11100 | 0 | 101011 | 1001100 | 110111 | 11010 | 111101 | 11100 |
Color Harmonies of #73421C
Complementary color
Monochromatic Colors of #73421C
Black with #73421C
Text Example
Text Example
White with #73421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73421C; }
p { color: rgb(115,66,28); }
H1.HeaderClassName
{
color: #73421C;
}
.AnyTagClassName
{
color: #73421C;
}
</style>
background-color css
<style>
a { background-color: #73421C; }
a { background-color: rgb(115,66,28); }
div.DivClassName
{
background-color: #73421C;
}
.BgClassName
{
background-color: #73421C;
}
</style>
border-color css
<style>
span { border-color: #73421C; }
span { border-color: rgb(115,66,28); }
td.TdClassName
{
border-color: #73421C;
}
.TagClassName
{
border-color: #73421C;
}
</style>