Shades of Peru Tan #792B05
Tints of Peru Tan #792B05
RGB
CMYK
RGB Variations
Color information
#792B05 (or 0x792B05) is known color: Peru Tan. HEX triplet: 79, 2B and 05. RGB value is (121,43,5). Sum of RGB (Red+Green+Blue) = 121+43+5=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #792B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792B05 is #86D4FA. Grayscale: #3E3E3E. Windows color (decimal): -8836347 or 338809. OLE color: 338809.
HSL color Cylindrical-coordinate representation of color #792B05: hue angle of 19.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #792B05 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 5 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.53 |
| HSL | 19.66º | 0.92% | 0.25% | - |
| HSV(B) | 19.66º | 0.96% | 0.47% | - |
| XYZ | 8.78 | 5.8 | 0.8 | - |
| YUV | 61.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 5 | 0 | 0.64 | 0.96 | 0.53 | 19.66 | 0.92 | 0.25 |
| Hex | 79 | 2B | 5 | 0 | 40 | 60 | 35 | 14 | 5C | 19 |
| Octal | 171 | 53 | 5 | 0 | 100 | 140 | 65 | 24 | 134 | 31 |
| Binary | 1111001 | 101011 | 101 | 0 | 1000000 | 1100000 | 110101 | 10100 | 1011100 | 11001 |
Color Harmonies of #792B05
Complementary color
Monochromatic Colors of #792B05
Black with #792B05
Text Example
Text Example
White with #792B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B05; }
p { color: rgb(121,43,5); }
H1.HeaderClassName
{
color: #792B05;
}
.AnyTagClassName
{
color: #792B05;
}
</style>
background-color css
<style>
a { background-color: #792B05; }
a { background-color: rgb(121,43,5); }
div.DivClassName
{
background-color: #792B05;
}
.BgClassName
{
background-color: #792B05;
}
</style>
border-color css
<style>
span { border-color: #792B05; }
span { border-color: rgb(121,43,5); }
td.TdClassName
{
border-color: #792B05;
}
.TagClassName
{
border-color: #792B05;
}
</style>