Shades of Peru Tan #73270B
Tints of Peru Tan #73270B
RGB
CMYK
RGB Variations
Color information
#73270B (or 0x73270B) is known color: Peru Tan. HEX triplet: 73, 27 and 0B. RGB value is (115,39,11). Sum of RGB (Red+Green+Blue) = 115+39+11=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73270B is #8CD8F4. Grayscale: #3A3A3A. Windows color (decimal): -9230581 or 730995. OLE color: 730995.
HSL color Cylindrical-coordinate representation of color #73270B: hue angle of 16.15º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73270B is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 11 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.55 |
| HSL | 16.15º | 0.83% | 0.25% | - |
| HSV(B) | 16.15º | 0.9% | 0.45% | - |
| XYZ | 7.86 | 5.12 | 0.89 | - |
| YUV | 58.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 11 | 0 | 0.66 | 0.90 | 0.55 | 16.15 | 0.83 | 0.25 |
| Hex | 73 | 27 | B | 0 | 42 | 5A | 37 | 10 | 53 | 19 |
| Octal | 163 | 47 | 13 | 0 | 102 | 132 | 67 | 20 | 123 | 31 |
| Binary | 1110011 | 100111 | 1011 | 0 | 1000010 | 1011010 | 110111 | 10000 | 1010011 | 11001 |
Color Harmonies of #73270B
Complementary color
Monochromatic Colors of #73270B
Black with #73270B
Text Example
Text Example
White with #73270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73270B; }
p { color: rgb(115,39,11); }
H1.HeaderClassName
{
color: #73270B;
}
.AnyTagClassName
{
color: #73270B;
}
</style>
background-color css
<style>
a { background-color: #73270B; }
a { background-color: rgb(115,39,11); }
div.DivClassName
{
background-color: #73270B;
}
.BgClassName
{
background-color: #73270B;
}
</style>
border-color css
<style>
span { border-color: #73270B; }
span { border-color: rgb(115,39,11); }
td.TdClassName
{
border-color: #73270B;
}
.TagClassName
{
border-color: #73270B;
}
</style>