Shades of Peru Tan #792D10
Tints of Peru Tan #792D10
RGB
CMYK
RGB Variations
Color information
#792D10 (or 0x792D10) is known color: Peru Tan. HEX triplet: 79, 2D and 10. RGB value is (121,45,16). Sum of RGB (Red+Green+Blue) = 121+45+16=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #792D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792D10 is #86D2EF. Grayscale: #404040. Windows color (decimal): -8835824 or 1060217. OLE color: 1060217.
HSL color Cylindrical-coordinate representation of color #792D10: hue angle of 16.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #792D10 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 16 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.53 |
| HSL | 16.57º | 0.77% | 0.27% | - |
| HSV(B) | 16.57º | 0.87% | 0.47% | - |
| XYZ | 8.92 | 5.98 | 1.17 | - |
| YUV | 64.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 16 | 0 | 0.63 | 0.87 | 0.53 | 16.57 | 0.77 | 0.27 |
| Hex | 79 | 2D | 10 | 0 | 3F | 57 | 35 | 11 | 4D | 1B |
| Octal | 171 | 55 | 20 | 0 | 77 | 127 | 65 | 21 | 115 | 33 |
| Binary | 1111001 | 101101 | 10000 | 0 | 111111 | 1010111 | 110101 | 10001 | 1001101 | 11011 |
Color Harmonies of #792D10
Complementary color
Monochromatic Colors of #792D10
Black with #792D10
Text Example
Text Example
White with #792D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D10; }
p { color: rgb(121,45,16); }
H1.HeaderClassName
{
color: #792D10;
}
.AnyTagClassName
{
color: #792D10;
}
</style>
background-color css
<style>
a { background-color: #792D10; }
a { background-color: rgb(121,45,16); }
div.DivClassName
{
background-color: #792D10;
}
.BgClassName
{
background-color: #792D10;
}
</style>
border-color css
<style>
span { border-color: #792D10; }
span { border-color: rgb(121,45,16); }
td.TdClassName
{
border-color: #792D10;
}
.TagClassName
{
border-color: #792D10;
}
</style>