Shades of Peru Tan #73380E
Tints of Peru Tan #73380E
RGB
CMYK
RGB Variations
Color information
#73380E (or 0x73380E) is known color: Peru Tan. HEX triplet: 73, 38 and 0E. RGB value is (115,56,14). Sum of RGB (Red+Green+Blue) = 115+56+14=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73380E is #8CC7F1. Grayscale: #454545. Windows color (decimal): -9226226 or 931955. OLE color: 931955.
HSL color Cylindrical-coordinate representation of color #73380E: hue angle of 24.95º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73380E is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 14 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.55 |
| HSL | 24.95º | 0.78% | 0.25% | - |
| HSV(B) | 24.95º | 0.88% | 0.45% | - |
| XYZ | 8.56 | 6.5 | 1.22 | - |
| YUV | 68.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 14 | 0 | 0.51 | 0.88 | 0.55 | 24.95 | 0.78 | 0.25 |
| Hex | 73 | 38 | E | 0 | 33 | 58 | 37 | 19 | 4E | 19 |
| Octal | 163 | 70 | 16 | 0 | 63 | 130 | 67 | 31 | 116 | 31 |
| Binary | 1110011 | 111000 | 1110 | 0 | 110011 | 1011000 | 110111 | 11001 | 1001110 | 11001 |
Color Harmonies of #73380E
Complementary color
Monochromatic Colors of #73380E
Black with #73380E
Text Example
Text Example
White with #73380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73380E; }
p { color: rgb(115,56,14); }
H1.HeaderClassName
{
color: #73380E;
}
.AnyTagClassName
{
color: #73380E;
}
</style>
background-color css
<style>
a { background-color: #73380E; }
a { background-color: rgb(115,56,14); }
div.DivClassName
{
background-color: #73380E;
}
.BgClassName
{
background-color: #73380E;
}
</style>
border-color css
<style>
span { border-color: #73380E; }
span { border-color: rgb(115,56,14); }
td.TdClassName
{
border-color: #73380E;
}
.TagClassName
{
border-color: #73380E;
}
</style>