Shades of Peru Tan #73370A
Tints of Peru Tan #73370A
RGB
CMYK
RGB Variations
Color information
#73370A (or 0x73370A) is known color: Peru Tan. HEX triplet: 73, 37 and 0A. RGB value is (115,55,10). Sum of RGB (Red+Green+Blue) = 115+55+10=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73370A is #8CC8F5. Grayscale: #444444. Windows color (decimal): -9226486 or 669555. OLE color: 669555.
HSL color Cylindrical-coordinate representation of color #73370A: hue angle of 25.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73370A is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 10 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.55 |
| HSL | 25.71º | 0.84% | 0.25% | - |
| HSV(B) | 25.71º | 0.91% | 0.45% | - |
| XYZ | 8.49 | 6.4 | 1.07 | - |
| YUV | 67.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 10 | 0 | 0.52 | 0.91 | 0.55 | 25.71 | 0.84 | 0.25 |
| Hex | 73 | 37 | A | 0 | 34 | 5B | 37 | 1A | 54 | 19 |
| Octal | 163 | 67 | 12 | 0 | 64 | 133 | 67 | 32 | 124 | 31 |
| Binary | 1110011 | 110111 | 1010 | 0 | 110100 | 1011011 | 110111 | 11010 | 1010100 | 11001 |
Color Harmonies of #73370A
Complementary color
Monochromatic Colors of #73370A
Black with #73370A
Text Example
Text Example
White with #73370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73370A; }
p { color: rgb(115,55,10); }
H1.HeaderClassName
{
color: #73370A;
}
.AnyTagClassName
{
color: #73370A;
}
</style>
background-color css
<style>
a { background-color: #73370A; }
a { background-color: rgb(115,55,10); }
div.DivClassName
{
background-color: #73370A;
}
.BgClassName
{
background-color: #73370A;
}
</style>
border-color css
<style>
span { border-color: #73370A; }
span { border-color: rgb(115,55,10); }
td.TdClassName
{
border-color: #73370A;
}
.TagClassName
{
border-color: #73370A;
}
</style>