Shades of Peru Tan #792D0C
Tints of Peru Tan #792D0C
RGB
CMYK
RGB Variations
Color information
#792D0C (or 0x792D0C) is known color: Peru Tan. HEX triplet: 79, 2D and 0C. RGB value is (121,45,12). Sum of RGB (Red+Green+Blue) = 121+45+12=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #792D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792D0C is #86D2F3. Grayscale: #404040. Windows color (decimal): -8835828 or 798073. OLE color: 798073.
HSL color Cylindrical-coordinate representation of color #792D0C: hue angle of 18.17º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #792D0C is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 12 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.53 |
| HSL | 18.17º | 0.82% | 0.26% | - |
| HSV(B) | 18.17º | 0.9% | 0.47% | - |
| XYZ | 8.89 | 5.97 | 1.03 | - |
| YUV | 63.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 12 | 0 | 0.63 | 0.90 | 0.53 | 18.17 | 0.82 | 0.26 |
| Hex | 79 | 2D | C | 0 | 3F | 5A | 35 | 12 | 52 | 1A |
| Octal | 171 | 55 | 14 | 0 | 77 | 132 | 65 | 22 | 122 | 32 |
| Binary | 1111001 | 101101 | 1100 | 0 | 111111 | 1011010 | 110101 | 10010 | 1010010 | 11010 |
Color Harmonies of #792D0C
Complementary color
Monochromatic Colors of #792D0C
Black with #792D0C
Text Example
Text Example
White with #792D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D0C; }
p { color: rgb(121,45,12); }
H1.HeaderClassName
{
color: #792D0C;
}
.AnyTagClassName
{
color: #792D0C;
}
</style>
background-color css
<style>
a { background-color: #792D0C; }
a { background-color: rgb(121,45,12); }
div.DivClassName
{
background-color: #792D0C;
}
.BgClassName
{
background-color: #792D0C;
}
</style>
border-color css
<style>
span { border-color: #792D0C; }
span { border-color: rgb(121,45,12); }
td.TdClassName
{
border-color: #792D0C;
}
.TagClassName
{
border-color: #792D0C;
}
</style>