Shades of Peru Tan #793D17
Tints of Peru Tan #793D17
RGB
CMYK
RGB Variations
Color information
#793D17 (or 0x793D17) is known color: Peru Tan. HEX triplet: 79, 3D and 17. RGB value is (121,61,23). Sum of RGB (Red+Green+Blue) = 121+61+23=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #793D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793D17 is #86C2E8. Grayscale: #4A4A4A. Windows color (decimal): -8831721 or 1523065. OLE color: 1523065.
HSL color Cylindrical-coordinate representation of color #793D17: hue angle of 23.27º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #793D17 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 23 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.53 |
| HSL | 23.27º | 0.68% | 0.28% | - |
| HSV(B) | 23.27º | 0.81% | 0.47% | - |
| XYZ | 9.71 | 7.46 | 1.74 | - |
| YUV | 74.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 23 | 0 | 0.50 | 0.81 | 0.53 | 23.27 | 0.68 | 0.28 |
| Hex | 79 | 3D | 17 | 0 | 32 | 51 | 35 | 17 | 44 | 1C |
| Octal | 171 | 75 | 27 | 0 | 62 | 121 | 65 | 27 | 104 | 34 |
| Binary | 1111001 | 111101 | 10111 | 0 | 110010 | 1010001 | 110101 | 10111 | 1000100 | 11100 |
Color Harmonies of #793D17
Complementary color
Monochromatic Colors of #793D17
Black with #793D17
Text Example
Text Example
White with #793D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D17; }
p { color: rgb(121,61,23); }
H1.HeaderClassName
{
color: #793D17;
}
.AnyTagClassName
{
color: #793D17;
}
</style>
background-color css
<style>
a { background-color: #793D17; }
a { background-color: rgb(121,61,23); }
div.DivClassName
{
background-color: #793D17;
}
.BgClassName
{
background-color: #793D17;
}
</style>
border-color css
<style>
span { border-color: #793D17; }
span { border-color: rgb(121,61,23); }
td.TdClassName
{
border-color: #793D17;
}
.TagClassName
{
border-color: #793D17;
}
</style>