Shades of Peru Tan #733B1D
Tints of Peru Tan #733B1D
RGB
CMYK
RGB Variations
Color information
#733B1D (or 0x733B1D) is known color: Peru Tan. HEX triplet: 73, 3B and 1D. RGB value is (115,59,29). Sum of RGB (Red+Green+Blue) = 115+59+29=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B1D is #8CC4E2. Grayscale: #484848. Windows color (decimal): -9225443 or 1915763. OLE color: 1915763.
HSL color Cylindrical-coordinate representation of color #733B1D: hue angle of 20.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #733B1D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 29 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.55 |
| HSL | 20.93º | 0.6% | 0.28% | - |
| HSV(B) | 20.93º | 0.75% | 0.45% | - |
| XYZ | 8.86 | 6.86 | 2.02 | - |
| YUV | 72.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 29 | 0 | 0.49 | 0.75 | 0.55 | 20.93 | 0.6 | 0.28 |
| Hex | 73 | 3B | 1D | 0 | 31 | 4B | 37 | 15 | 3C | 1C |
| Octal | 163 | 73 | 35 | 0 | 61 | 113 | 67 | 25 | 74 | 34 |
| Binary | 1110011 | 111011 | 11101 | 0 | 110001 | 1001011 | 110111 | 10101 | 111100 | 11100 |
Color Harmonies of #733B1D
Complementary color
Monochromatic Colors of #733B1D
Black with #733B1D
Text Example
Text Example
White with #733B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B1D; }
p { color: rgb(115,59,29); }
H1.HeaderClassName
{
color: #733B1D;
}
.AnyTagClassName
{
color: #733B1D;
}
</style>
background-color css
<style>
a { background-color: #733B1D; }
a { background-color: rgb(115,59,29); }
div.DivClassName
{
background-color: #733B1D;
}
.BgClassName
{
background-color: #733B1D;
}
</style>
border-color css
<style>
span { border-color: #733B1D; }
span { border-color: rgb(115,59,29); }
td.TdClassName
{
border-color: #733B1D;
}
.TagClassName
{
border-color: #733B1D;
}
</style>