Shades of Peru Tan #733C11
Tints of Peru Tan #733C11
RGB
CMYK
RGB Variations
Color information
#733C11 (or 0x733C11) is known color: Peru Tan. HEX triplet: 73, 3C and 11. RGB value is (115,60,17). Sum of RGB (Red+Green+Blue) = 115+60+17=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #733C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C11 is #8CC3EE. Grayscale: #474747. Windows color (decimal): -9225199 or 1129587. OLE color: 1129587.
HSL color Cylindrical-coordinate representation of color #733C11: hue angle of 26.33º 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 #733C11 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 17 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.55 |
| HSL | 26.33º | 0.74% | 0.26% | - |
| HSV(B) | 26.33º | 0.85% | 0.45% | - |
| XYZ | 8.79 | 6.92 | 1.4 | - |
| YUV | 71.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 17 | 0 | 0.48 | 0.85 | 0.55 | 26.33 | 0.74 | 0.26 |
| Hex | 73 | 3C | 11 | 0 | 30 | 55 | 37 | 1A | 4A | 1A |
| Octal | 163 | 74 | 21 | 0 | 60 | 125 | 67 | 32 | 112 | 32 |
| Binary | 1110011 | 111100 | 10001 | 0 | 110000 | 1010101 | 110111 | 11010 | 1001010 | 11010 |
Color Harmonies of #733C11
Complementary color
Monochromatic Colors of #733C11
Black with #733C11
Text Example
Text Example
White with #733C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C11; }
p { color: rgb(115,60,17); }
H1.HeaderClassName
{
color: #733C11;
}
.AnyTagClassName
{
color: #733C11;
}
</style>
background-color css
<style>
a { background-color: #733C11; }
a { background-color: rgb(115,60,17); }
div.DivClassName
{
background-color: #733C11;
}
.BgClassName
{
background-color: #733C11;
}
</style>
border-color css
<style>
span { border-color: #733C11; }
span { border-color: rgb(115,60,17); }
td.TdClassName
{
border-color: #733C11;
}
.TagClassName
{
border-color: #733C11;
}
</style>