Shades of Peru Tan #792C0C
Tints of Peru Tan #792C0C
RGB
CMYK
RGB Variations
Color information
#792C0C (or 0x792C0C) is known color: Peru Tan. HEX triplet: 79, 2C and 0C. RGB value is (121,44,12). Sum of RGB (Red+Green+Blue) = 121+44+12=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #792C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792C0C is #86D3F3. Grayscale: #3F3F3F. Windows color (decimal): -8836084 or 797817. OLE color: 797817.
HSL color Cylindrical-coordinate representation of color #792C0C: hue angle of 17.61º 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 #792C0C is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 44 | 12 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.53 |
| HSL | 17.61º | 0.82% | 0.26% | - |
| HSV(B) | 17.61º | 0.9% | 0.47% | - |
| XYZ | 8.85 | 5.89 | 1.02 | - |
| YUV | 63.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 12 | 0 | 0.64 | 0.90 | 0.53 | 17.61 | 0.82 | 0.26 |
| Hex | 79 | 2C | C | 0 | 40 | 5A | 35 | 12 | 52 | 1A |
| Octal | 171 | 54 | 14 | 0 | 100 | 132 | 65 | 22 | 122 | 32 |
| Binary | 1111001 | 101100 | 1100 | 0 | 1000000 | 1011010 | 110101 | 10010 | 1010010 | 11010 |
Color Harmonies of #792C0C
Complementary color
Monochromatic Colors of #792C0C
Black with #792C0C
Text Example
Text Example
White with #792C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792C0C; }
p { color: rgb(121,44,12); }
H1.HeaderClassName
{
color: #792C0C;
}
.AnyTagClassName
{
color: #792C0C;
}
</style>
background-color css
<style>
a { background-color: #792C0C; }
a { background-color: rgb(121,44,12); }
div.DivClassName
{
background-color: #792C0C;
}
.BgClassName
{
background-color: #792C0C;
}
</style>
border-color css
<style>
span { border-color: #792C0C; }
span { border-color: rgb(121,44,12); }
td.TdClassName
{
border-color: #792C0C;
}
.TagClassName
{
border-color: #792C0C;
}
</style>