Shades of Peru Tan #792F09
Tints of Peru Tan #792F09
RGB
CMYK
RGB Variations
Color information
#792F09 (or 0x792F09) is known color: Peru Tan. HEX triplet: 79, 2F and 09. RGB value is (121,47,9). Sum of RGB (Red+Green+Blue) = 121+47+9=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #792F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792F09 is #86D0F6. Grayscale: #414141. Windows color (decimal): -8835319 or 601977. OLE color: 601977.
HSL color Cylindrical-coordinate representation of color #792F09: hue angle of 20.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #792F09 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 9 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.53 |
| HSL | 20.36º | 0.86% | 0.25% | - |
| HSV(B) | 20.36º | 0.93% | 0.47% | - |
| XYZ | 8.95 | 6.12 | 0.97 | - |
| YUV | 64.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 9 | 0 | 0.61 | 0.93 | 0.53 | 20.36 | 0.86 | 0.25 |
| Hex | 79 | 2F | 9 | 0 | 3D | 5D | 35 | 14 | 56 | 19 |
| Octal | 171 | 57 | 11 | 0 | 75 | 135 | 65 | 24 | 126 | 31 |
| Binary | 1111001 | 101111 | 1001 | 0 | 111101 | 1011101 | 110101 | 10100 | 1010110 | 11001 |
Color Harmonies of #792F09
Complementary color
Monochromatic Colors of #792F09
Black with #792F09
Text Example
Text Example
White with #792F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F09; }
p { color: rgb(121,47,9); }
H1.HeaderClassName
{
color: #792F09;
}
.AnyTagClassName
{
color: #792F09;
}
</style>
background-color css
<style>
a { background-color: #792F09; }
a { background-color: rgb(121,47,9); }
div.DivClassName
{
background-color: #792F09;
}
.BgClassName
{
background-color: #792F09;
}
</style>
border-color css
<style>
span { border-color: #792F09; }
span { border-color: rgb(121,47,9); }
td.TdClassName
{
border-color: #792F09;
}
.TagClassName
{
border-color: #792F09;
}
</style>