Shades of Peru Tan #73370B
Tints of Peru Tan #73370B
RGB
CMYK
RGB Variations
Color information
#73370B (or 0x73370B) is known color: Peru Tan. HEX triplet: 73, 37 and 0B. RGB value is (115,55,11). Sum of RGB (Red+Green+Blue) = 115+55+11=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73370B is #8CC8F4. Grayscale: #444444. Windows color (decimal): -9226485 or 735091. OLE color: 735091.
HSL color Cylindrical-coordinate representation of color #73370B: hue angle of 25.38º 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 #73370B is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 11 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.55 |
| HSL | 25.38º | 0.83% | 0.25% | - |
| HSV(B) | 25.38º | 0.9% | 0.45% | - |
| XYZ | 8.5 | 6.4 | 1.1 | - |
| YUV | 67.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 11 | 0 | 0.52 | 0.90 | 0.55 | 25.38 | 0.83 | 0.25 |
| Hex | 73 | 37 | B | 0 | 34 | 5A | 37 | 19 | 53 | 19 |
| Octal | 163 | 67 | 13 | 0 | 64 | 132 | 67 | 31 | 123 | 31 |
| Binary | 1110011 | 110111 | 1011 | 0 | 110100 | 1011010 | 110111 | 11001 | 1010011 | 11001 |
Color Harmonies of #73370B
Complementary color
Monochromatic Colors of #73370B
Black with #73370B
Text Example
Text Example
White with #73370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73370B; }
p { color: rgb(115,55,11); }
H1.HeaderClassName
{
color: #73370B;
}
.AnyTagClassName
{
color: #73370B;
}
</style>
background-color css
<style>
a { background-color: #73370B; }
a { background-color: rgb(115,55,11); }
div.DivClassName
{
background-color: #73370B;
}
.BgClassName
{
background-color: #73370B;
}
</style>
border-color css
<style>
span { border-color: #73370B; }
span { border-color: rgb(115,55,11); }
td.TdClassName
{
border-color: #73370B;
}
.TagClassName
{
border-color: #73370B;
}
</style>