Shades of Peru Tan #73381C
Tints of Peru Tan #73381C
RGB
CMYK
RGB Variations
Color information
#73381C (or 0x73381C) is known color: Peru Tan. HEX triplet: 73, 38 and 1C. RGB value is (115,56,28). Sum of RGB (Red+Green+Blue) = 115+56+28=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73381C is #8CC7E3. Grayscale: #464646. Windows color (decimal): -9226212 or 1849459. OLE color: 1849459.
HSL color Cylindrical-coordinate representation of color #73381C: hue angle of 19.31º 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 #73381C is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 28 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.55 |
| HSL | 19.31º | 0.61% | 0.28% | - |
| HSV(B) | 19.31º | 0.76% | 0.45% | - |
| XYZ | 8.69 | 6.56 | 1.91 | - |
| YUV | 70.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 28 | 0 | 0.51 | 0.76 | 0.55 | 19.31 | 0.61 | 0.28 |
| Hex | 73 | 38 | 1C | 0 | 33 | 4C | 37 | 13 | 3D | 1C |
| Octal | 163 | 70 | 34 | 0 | 63 | 114 | 67 | 23 | 75 | 34 |
| Binary | 1110011 | 111000 | 11100 | 0 | 110011 | 1001100 | 110111 | 10011 | 111101 | 11100 |
Color Harmonies of #73381C
Complementary color
Monochromatic Colors of #73381C
Black with #73381C
Text Example
Text Example
White with #73381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73381C; }
p { color: rgb(115,56,28); }
H1.HeaderClassName
{
color: #73381C;
}
.AnyTagClassName
{
color: #73381C;
}
</style>
background-color css
<style>
a { background-color: #73381C; }
a { background-color: rgb(115,56,28); }
div.DivClassName
{
background-color: #73381C;
}
.BgClassName
{
background-color: #73381C;
}
</style>
border-color css
<style>
span { border-color: #73381C; }
span { border-color: rgb(115,56,28); }
td.TdClassName
{
border-color: #73381C;
}
.TagClassName
{
border-color: #73381C;
}
</style>