Shades of Peru Tan #733B1E
Tints of Peru Tan #733B1E
RGB
CMYK
RGB Variations
Color information
#733B1E (or 0x733B1E) is known color: Peru Tan. HEX triplet: 73, 3B and 1E. RGB value is (115,59,30). Sum of RGB (Red+Green+Blue) = 115+59+30=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #733B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B1E is #8CC4E1. Grayscale: #484848. Windows color (decimal): -9225442 or 1981299. OLE color: 1981299.
HSL color Cylindrical-coordinate representation of color #733B1E: hue angle of 20.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #733B1E is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 30 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.55 |
| HSL | 20.47º | 0.59% | 0.28% | - |
| HSV(B) | 20.47º | 0.74% | 0.45% | - |
| XYZ | 8.87 | 6.87 | 2.09 | - |
| YUV | 72.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 30 | 0 | 0.49 | 0.74 | 0.55 | 20.47 | 0.59 | 0.28 |
| Hex | 73 | 3B | 1E | 0 | 31 | 4A | 37 | 14 | 3B | 1C |
| Octal | 163 | 73 | 36 | 0 | 61 | 112 | 67 | 24 | 73 | 34 |
| Binary | 1110011 | 111011 | 11110 | 0 | 110001 | 1001010 | 110111 | 10100 | 111011 | 11100 |
Color Harmonies of #733B1E
Complementary color
Monochromatic Colors of #733B1E
Black with #733B1E
Text Example
Text Example
White with #733B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B1E; }
p { color: rgb(115,59,30); }
H1.HeaderClassName
{
color: #733B1E;
}
.AnyTagClassName
{
color: #733B1E;
}
</style>
background-color css
<style>
a { background-color: #733B1E; }
a { background-color: rgb(115,59,30); }
div.DivClassName
{
background-color: #733B1E;
}
.BgClassName
{
background-color: #733B1E;
}
</style>
border-color css
<style>
span { border-color: #733B1E; }
span { border-color: rgb(115,59,30); }
td.TdClassName
{
border-color: #733B1E;
}
.TagClassName
{
border-color: #733B1E;
}
</style>