Shades of Peru Tan #73371F
Tints of Peru Tan #73371F
RGB
CMYK
RGB Variations
Color information
#73371F (or 0x73371F) is known color: Peru Tan. HEX triplet: 73, 37 and 1F. RGB value is (115,55,31). Sum of RGB (Red+Green+Blue) = 115+55+31=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73371F is #8CC8E0. Grayscale: #464646. Windows color (decimal): -9226465 or 2045811. OLE color: 2045811.
HSL color Cylindrical-coordinate representation of color #73371F: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73371F is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 31 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.55 |
| HSL | 17.14º | 0.58% | 0.29% | - |
| HSV(B) | 17.14º | 0.73% | 0.45% | - |
| XYZ | 8.68 | 6.48 | 2.09 | - |
| YUV | 70.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 31 | 0 | 0.52 | 0.73 | 0.55 | 17.14 | 0.58 | 0.29 |
| Hex | 73 | 37 | 1F | 0 | 34 | 49 | 37 | 11 | 3A | 1D |
| Octal | 163 | 67 | 37 | 0 | 64 | 111 | 67 | 21 | 72 | 35 |
| Binary | 1110011 | 110111 | 11111 | 0 | 110100 | 1001001 | 110111 | 10001 | 111010 | 11101 |
Color Harmonies of #73371F
Complementary color
Monochromatic Colors of #73371F
Black with #73371F
Text Example
Text Example
White with #73371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73371F; }
p { color: rgb(115,55,31); }
H1.HeaderClassName
{
color: #73371F;
}
.AnyTagClassName
{
color: #73371F;
}
</style>
background-color css
<style>
a { background-color: #73371F; }
a { background-color: rgb(115,55,31); }
div.DivClassName
{
background-color: #73371F;
}
.BgClassName
{
background-color: #73371F;
}
</style>
border-color css
<style>
span { border-color: #73371F; }
span { border-color: rgb(115,55,31); }
td.TdClassName
{
border-color: #73371F;
}
.TagClassName
{
border-color: #73371F;
}
</style>