Shades of Peru Tan #733A1D
Tints of Peru Tan #733A1D
RGB
CMYK
RGB Variations
Color information
#733A1D (or 0x733A1D) is known color: Peru Tan. HEX triplet: 73, 3A and 1D. RGB value is (115,58,29). Sum of RGB (Red+Green+Blue) = 115+58+29=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #733A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A1D is #8CC5E2. Grayscale: #474747. Windows color (decimal): -9225699 or 1915507. OLE color: 1915507.
HSL color Cylindrical-coordinate representation of color #733A1D: hue angle of 20.23º 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 #733A1D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 29 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.55 |
| HSL | 20.23º | 0.6% | 0.28% | - |
| HSV(B) | 20.23º | 0.75% | 0.45% | - |
| XYZ | 8.81 | 6.76 | 2 | - |
| YUV | 71.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 29 | 0 | 0.50 | 0.75 | 0.55 | 20.23 | 0.6 | 0.28 |
| Hex | 73 | 3A | 1D | 0 | 32 | 4B | 37 | 14 | 3C | 1C |
| Octal | 163 | 72 | 35 | 0 | 62 | 113 | 67 | 24 | 74 | 34 |
| Binary | 1110011 | 111010 | 11101 | 0 | 110010 | 1001011 | 110111 | 10100 | 111100 | 11100 |
Color Harmonies of #733A1D
Complementary color
Monochromatic Colors of #733A1D
Black with #733A1D
Text Example
Text Example
White with #733A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A1D; }
p { color: rgb(115,58,29); }
H1.HeaderClassName
{
color: #733A1D;
}
.AnyTagClassName
{
color: #733A1D;
}
</style>
background-color css
<style>
a { background-color: #733A1D; }
a { background-color: rgb(115,58,29); }
div.DivClassName
{
background-color: #733A1D;
}
.BgClassName
{
background-color: #733A1D;
}
</style>
border-color css
<style>
span { border-color: #733A1D; }
span { border-color: rgb(115,58,29); }
td.TdClassName
{
border-color: #733A1D;
}
.TagClassName
{
border-color: #733A1D;
}
</style>