Shades of Peru Tan #733A1E
Tints of Peru Tan #733A1E
RGB
CMYK
RGB Variations
Color information
#733A1E (or 0x733A1E) is known color: Peru Tan. HEX triplet: 73, 3A and 1E. RGB value is (115,58,30). Sum of RGB (Red+Green+Blue) = 115+58+30=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A1E is #8CC5E1. Grayscale: #484848. Windows color (decimal): -9225698 or 1981043. OLE color: 1981043.
HSL color Cylindrical-coordinate representation of color #733A1E: hue angle of 19.76º 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 #733A1E is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 30 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.55 |
| HSL | 19.76º | 0.59% | 0.28% | - |
| HSV(B) | 19.76º | 0.74% | 0.45% | - |
| XYZ | 8.82 | 6.76 | 2.07 | - |
| YUV | 71.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 30 | 0 | 0.50 | 0.74 | 0.55 | 19.76 | 0.59 | 0.28 |
| Hex | 73 | 3A | 1E | 0 | 32 | 4A | 37 | 14 | 3B | 1C |
| Octal | 163 | 72 | 36 | 0 | 62 | 112 | 67 | 24 | 73 | 34 |
| Binary | 1110011 | 111010 | 11110 | 0 | 110010 | 1001010 | 110111 | 10100 | 111011 | 11100 |
Color Harmonies of #733A1E
Complementary color
Monochromatic Colors of #733A1E
Black with #733A1E
Text Example
Text Example
White with #733A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A1E; }
p { color: rgb(115,58,30); }
H1.HeaderClassName
{
color: #733A1E;
}
.AnyTagClassName
{
color: #733A1E;
}
</style>
background-color css
<style>
a { background-color: #733A1E; }
a { background-color: rgb(115,58,30); }
div.DivClassName
{
background-color: #733A1E;
}
.BgClassName
{
background-color: #733A1E;
}
</style>
border-color css
<style>
span { border-color: #733A1E; }
span { border-color: rgb(115,58,30); }
td.TdClassName
{
border-color: #733A1E;
}
.TagClassName
{
border-color: #733A1E;
}
</style>