Shades of Peru Tan #733B10
Tints of Peru Tan #733B10
RGB
CMYK
RGB Variations
Color information
#733B10 (or 0x733B10) is known color: Peru Tan. HEX triplet: 73, 3B and 10. RGB value is (115,59,16). Sum of RGB (Red+Green+Blue) = 115+59+16=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #733B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733B10 is #8CC4EF. Grayscale: #474747. Windows color (decimal): -9225456 or 1063795. OLE color: 1063795.
HSL color Cylindrical-coordinate representation of color #733B10: hue angle of 26.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #733B10 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 16 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.55 |
| HSL | 26.06º | 0.76% | 0.26% | - |
| HSV(B) | 26.06º | 0.86% | 0.45% | - |
| XYZ | 8.73 | 6.81 | 1.34 | - |
| YUV | 70.84 | 97.05 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 16 | 0 | 0.49 | 0.86 | 0.55 | 26.06 | 0.76 | 0.26 |
| Hex | 73 | 3B | 10 | 0 | 31 | 56 | 37 | 1A | 4C | 1A |
| Octal | 163 | 73 | 20 | 0 | 61 | 126 | 67 | 32 | 114 | 32 |
| Binary | 1110011 | 111011 | 10000 | 0 | 110001 | 1010110 | 110111 | 11010 | 1001100 | 11010 |
Color Harmonies of #733B10
Complementary color
Monochromatic Colors of #733B10
Black with #733B10
Text Example
Text Example
White with #733B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B10; }
p { color: rgb(115,59,16); }
H1.HeaderClassName
{
color: #733B10;
}
.AnyTagClassName
{
color: #733B10;
}
</style>
background-color css
<style>
a { background-color: #733B10; }
a { background-color: rgb(115,59,16); }
div.DivClassName
{
background-color: #733B10;
}
.BgClassName
{
background-color: #733B10;
}
</style>
border-color css
<style>
span { border-color: #733B10; }
span { border-color: rgb(115,59,16); }
td.TdClassName
{
border-color: #733B10;
}
.TagClassName
{
border-color: #733B10;
}
</style>