Shades of Peru Tan #73371B
Tints of Peru Tan #73371B
RGB
CMYK
RGB Variations
Color information
#73371B (or 0x73371B) is known color: Peru Tan. HEX triplet: 73, 37 and 1B. RGB value is (115,55,27). Sum of RGB (Red+Green+Blue) = 115+55+27=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73371B is #8CC8E4. Grayscale: #454545. Windows color (decimal): -9226469 or 1783667. OLE color: 1783667.
HSL color Cylindrical-coordinate representation of color #73371B: hue angle of 19.09º 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 #73371B is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 27 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.55 |
| HSL | 19.09º | 0.62% | 0.28% | - |
| HSV(B) | 19.09º | 0.77% | 0.45% | - |
| XYZ | 8.63 | 6.46 | 1.83 | - |
| YUV | 69.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 27 | 0 | 0.52 | 0.77 | 0.55 | 19.09 | 0.62 | 0.28 |
| Hex | 73 | 37 | 1B | 0 | 34 | 4D | 37 | 13 | 3E | 1C |
| Octal | 163 | 67 | 33 | 0 | 64 | 115 | 67 | 23 | 76 | 34 |
| Binary | 1110011 | 110111 | 11011 | 0 | 110100 | 1001101 | 110111 | 10011 | 111110 | 11100 |
Color Harmonies of #73371B
Complementary color
Monochromatic Colors of #73371B
Black with #73371B
Text Example
Text Example
White with #73371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73371B; }
p { color: rgb(115,55,27); }
H1.HeaderClassName
{
color: #73371B;
}
.AnyTagClassName
{
color: #73371B;
}
</style>
background-color css
<style>
a { background-color: #73371B; }
a { background-color: rgb(115,55,27); }
div.DivClassName
{
background-color: #73371B;
}
.BgClassName
{
background-color: #73371B;
}
</style>
border-color css
<style>
span { border-color: #73371B; }
span { border-color: rgb(115,55,27); }
td.TdClassName
{
border-color: #73371B;
}
.TagClassName
{
border-color: #73371B;
}
</style>