Shades of Peru Tan #73391B
Tints of Peru Tan #73391B
RGB
CMYK
RGB Variations
Color information
#73391B (or 0x73391B) is known color: Peru Tan. HEX triplet: 73, 39 and 1B. RGB value is (115,57,27). Sum of RGB (Red+Green+Blue) = 115+57+27=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73391B is #8CC6E4. Grayscale: #474747. Windows color (decimal): -9225957 or 1784179. OLE color: 1784179.
HSL color Cylindrical-coordinate representation of color #73391B: hue angle of 20.45º 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 #73391B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 57 | 27 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.55 |
| HSL | 20.45º | 0.62% | 0.28% | - |
| HSV(B) | 20.45º | 0.77% | 0.45% | - |
| XYZ | 8.73 | 6.65 | 1.86 | - |
| YUV | 70.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 57 | 27 | 0 | 0.50 | 0.77 | 0.55 | 20.45 | 0.62 | 0.28 |
| Hex | 73 | 39 | 1B | 0 | 32 | 4D | 37 | 14 | 3E | 1C |
| Octal | 163 | 71 | 33 | 0 | 62 | 115 | 67 | 24 | 76 | 34 |
| Binary | 1110011 | 111001 | 11011 | 0 | 110010 | 1001101 | 110111 | 10100 | 111110 | 11100 |
Color Harmonies of #73391B
Complementary color
Monochromatic Colors of #73391B
Black with #73391B
Text Example
Text Example
White with #73391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73391B; }
p { color: rgb(115,57,27); }
H1.HeaderClassName
{
color: #73391B;
}
.AnyTagClassName
{
color: #73391B;
}
</style>
background-color css
<style>
a { background-color: #73391B; }
a { background-color: rgb(115,57,27); }
div.DivClassName
{
background-color: #73391B;
}
.BgClassName
{
background-color: #73391B;
}
</style>
border-color css
<style>
span { border-color: #73391B; }
span { border-color: rgb(115,57,27); }
td.TdClassName
{
border-color: #73391B;
}
.TagClassName
{
border-color: #73391B;
}
</style>