Shades of Peru Tan #73330B
Tints of Peru Tan #73330B
RGB
CMYK
RGB Variations
Color information
#73330B (or 0x73330B) is known color: Peru Tan. HEX triplet: 73, 33 and 0B. RGB value is (115,51,11). Sum of RGB (Red+Green+Blue) = 115+51+11=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73330B is #8CCCF4. Grayscale: #414141. Windows color (decimal): -9227509 or 734067. OLE color: 734067.
HSL color Cylindrical-coordinate representation of color #73330B: hue angle of 23.08º 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 #73330B is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 11 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.55 |
| HSL | 23.08º | 0.83% | 0.25% | - |
| HSV(B) | 23.08º | 0.9% | 0.45% | - |
| XYZ | 8.31 | 6.04 | 1.04 | - |
| YUV | 65.58 | 97.2 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 11 | 0 | 0.56 | 0.90 | 0.55 | 23.08 | 0.83 | 0.25 |
| Hex | 73 | 33 | B | 0 | 38 | 5A | 37 | 17 | 53 | 19 |
| Octal | 163 | 63 | 13 | 0 | 70 | 132 | 67 | 27 | 123 | 31 |
| Binary | 1110011 | 110011 | 1011 | 0 | 111000 | 1011010 | 110111 | 10111 | 1010011 | 11001 |
Color Harmonies of #73330B
Complementary color
Monochromatic Colors of #73330B
Black with #73330B
Text Example
Text Example
White with #73330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73330B; }
p { color: rgb(115,51,11); }
H1.HeaderClassName
{
color: #73330B;
}
.AnyTagClassName
{
color: #73330B;
}
</style>
background-color css
<style>
a { background-color: #73330B; }
a { background-color: rgb(115,51,11); }
div.DivClassName
{
background-color: #73330B;
}
.BgClassName
{
background-color: #73330B;
}
</style>
border-color css
<style>
span { border-color: #73330B; }
span { border-color: rgb(115,51,11); }
td.TdClassName
{
border-color: #73330B;
}
.TagClassName
{
border-color: #73330B;
}
</style>