Shades of Peru Tan #73371C
Tints of Peru Tan #73371C
RGB
CMYK
RGB Variations
Color information
#73371C (or 0x73371C) is known color: Peru Tan. HEX triplet: 73, 37 and 1C. RGB value is (115,55,28). Sum of RGB (Red+Green+Blue) = 115+55+28=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73371C is #8CC8E3. Grayscale: #464646. Windows color (decimal): -9226468 or 1849203. OLE color: 1849203.
HSL color Cylindrical-coordinate representation of color #73371C: hue angle of 18.62º 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 #73371C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 28 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.55 |
| HSL | 18.62º | 0.61% | 0.28% | - |
| HSV(B) | 18.62º | 0.76% | 0.45% | - |
| XYZ | 8.65 | 6.46 | 1.89 | - |
| YUV | 69.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 28 | 0 | 0.52 | 0.76 | 0.55 | 18.62 | 0.61 | 0.28 |
| Hex | 73 | 37 | 1C | 0 | 34 | 4C | 37 | 13 | 3D | 1C |
| Octal | 163 | 67 | 34 | 0 | 64 | 114 | 67 | 23 | 75 | 34 |
| Binary | 1110011 | 110111 | 11100 | 0 | 110100 | 1001100 | 110111 | 10011 | 111101 | 11100 |
Color Harmonies of #73371C
Complementary color
Monochromatic Colors of #73371C
Black with #73371C
Text Example
Text Example
White with #73371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73371C; }
p { color: rgb(115,55,28); }
H1.HeaderClassName
{
color: #73371C;
}
.AnyTagClassName
{
color: #73371C;
}
</style>
background-color css
<style>
a { background-color: #73371C; }
a { background-color: rgb(115,55,28); }
div.DivClassName
{
background-color: #73371C;
}
.BgClassName
{
background-color: #73371C;
}
</style>
border-color css
<style>
span { border-color: #73371C; }
span { border-color: rgb(115,55,28); }
td.TdClassName
{
border-color: #73371C;
}
.TagClassName
{
border-color: #73371C;
}
</style>