Shades of Peru Tan #793B1E
Tints of Peru Tan #793B1E
RGB
CMYK
RGB Variations
Color information
#793B1E (or 0x793B1E) is known color: Peru Tan. HEX triplet: 79, 3B and 1E. RGB value is (121,59,30). Sum of RGB (Red+Green+Blue) = 121+59+30=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #793B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B1E is #86C4E1. Grayscale: #4A4A4A. Windows color (decimal): -8832226 or 1981305. OLE color: 1981305.
HSL color Cylindrical-coordinate representation of color #793B1E: hue angle of 19.12º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793B1E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 30 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.53 |
| HSL | 19.12º | 0.6% | 0.3% | - |
| HSV(B) | 19.12º | 0.75% | 0.47% | - |
| XYZ | 9.68 | 7.29 | 2.12 | - |
| YUV | 74.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 30 | 0 | 0.51 | 0.75 | 0.53 | 19.12 | 0.6 | 0.3 |
| Hex | 79 | 3B | 1E | 0 | 33 | 4B | 35 | 13 | 3C | 1E |
| Octal | 171 | 73 | 36 | 0 | 63 | 113 | 65 | 23 | 74 | 36 |
| Binary | 1111001 | 111011 | 11110 | 0 | 110011 | 1001011 | 110101 | 10011 | 111100 | 11110 |
Color Harmonies of #793B1E
Complementary color
Monochromatic Colors of #793B1E
Black with #793B1E
Text Example
Text Example
White with #793B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B1E; }
p { color: rgb(121,59,30); }
H1.HeaderClassName
{
color: #793B1E;
}
.AnyTagClassName
{
color: #793B1E;
}
</style>
background-color css
<style>
a { background-color: #793B1E; }
a { background-color: rgb(121,59,30); }
div.DivClassName
{
background-color: #793B1E;
}
.BgClassName
{
background-color: #793B1E;
}
</style>
border-color css
<style>
span { border-color: #793B1E; }
span { border-color: rgb(121,59,30); }
td.TdClassName
{
border-color: #793B1E;
}
.TagClassName
{
border-color: #793B1E;
}
</style>