Shades of Peru Tan #733A11
Tints of Peru Tan #733A11
RGB
CMYK
RGB Variations
Color information
#733A11 (or 0x733A11) is known color: Peru Tan. HEX triplet: 73, 3A and 11. RGB value is (115,58,17). Sum of RGB (Red+Green+Blue) = 115+58+17=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #733A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A11 is #8CC5EE. Grayscale: #464646. Windows color (decimal): -9225711 or 1129075. OLE color: 1129075.
HSL color Cylindrical-coordinate representation of color #733A11: hue angle of 25.1º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #733A11 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 17 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.55 |
| HSL | 25.1º | 0.74% | 0.26% | - |
| HSV(B) | 25.1º | 0.85% | 0.45% | - |
| XYZ | 8.68 | 6.71 | 1.37 | - |
| YUV | 70.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 17 | 0 | 0.50 | 0.85 | 0.55 | 25.1 | 0.74 | 0.26 |
| Hex | 73 | 3A | 11 | 0 | 32 | 55 | 37 | 19 | 4A | 1A |
| Octal | 163 | 72 | 21 | 0 | 62 | 125 | 67 | 31 | 112 | 32 |
| Binary | 1110011 | 111010 | 10001 | 0 | 110010 | 1010101 | 110111 | 11001 | 1001010 | 11010 |
Color Harmonies of #733A11
Complementary color
Monochromatic Colors of #733A11
Black with #733A11
Text Example
Text Example
White with #733A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A11; }
p { color: rgb(115,58,17); }
H1.HeaderClassName
{
color: #733A11;
}
.AnyTagClassName
{
color: #733A11;
}
</style>
background-color css
<style>
a { background-color: #733A11; }
a { background-color: rgb(115,58,17); }
div.DivClassName
{
background-color: #733A11;
}
.BgClassName
{
background-color: #733A11;
}
</style>
border-color css
<style>
span { border-color: #733A11; }
span { border-color: rgb(115,58,17); }
td.TdClassName
{
border-color: #733A11;
}
.TagClassName
{
border-color: #733A11;
}
</style>