Shades of Peru Tan #73380D
Tints of Peru Tan #73380D
RGB
CMYK
RGB Variations
Color information
#73380D (or 0x73380D) is known color: Peru Tan. HEX triplet: 73, 38 and 0D. RGB value is (115,56,13). Sum of RGB (Red+Green+Blue) = 115+56+13=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73380D is #8CC7F2. Grayscale: #444444. Windows color (decimal): -9226227 or 866419. OLE color: 866419.
HSL color Cylindrical-coordinate representation of color #73380D: hue angle of 25.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73380D is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 56 | 13 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.55 |
| HSL | 25.29º | 0.8% | 0.25% | - |
| HSV(B) | 25.29º | 0.89% | 0.45% | - |
| XYZ | 8.56 | 6.5 | 1.18 | - |
| YUV | 68.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 13 | 0 | 0.51 | 0.89 | 0.55 | 25.29 | 0.8 | 0.25 |
| Hex | 73 | 38 | D | 0 | 33 | 59 | 37 | 19 | 50 | 19 |
| Octal | 163 | 70 | 15 | 0 | 63 | 131 | 67 | 31 | 120 | 31 |
| Binary | 1110011 | 111000 | 1101 | 0 | 110011 | 1011001 | 110111 | 11001 | 1010000 | 11001 |
Color Harmonies of #73380D
Complementary color
Monochromatic Colors of #73380D
Black with #73380D
Text Example
Text Example
White with #73380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73380D; }
p { color: rgb(115,56,13); }
H1.HeaderClassName
{
color: #73380D;
}
.AnyTagClassName
{
color: #73380D;
}
</style>
background-color css
<style>
a { background-color: #73380D; }
a { background-color: rgb(115,56,13); }
div.DivClassName
{
background-color: #73380D;
}
.BgClassName
{
background-color: #73380D;
}
</style>
border-color css
<style>
span { border-color: #73380D; }
span { border-color: rgb(115,56,13); }
td.TdClassName
{
border-color: #73380D;
}
.TagClassName
{
border-color: #73380D;
}
</style>