Shades of Peru Tan #792D0F
Tints of Peru Tan #792D0F
RGB
CMYK
RGB Variations
Color information
#792D0F (or 0x792D0F) is known color: Peru Tan. HEX triplet: 79, 2D and 0F. RGB value is (121,45,15). Sum of RGB (Red+Green+Blue) = 121+45+15=181 (23% of max value = 765). Red value is 121 (47.66% from 255 or 66.85% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 121 - color contains mainly: red. Hex color #792D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792D0F is #86D2F0. Grayscale: #404040. Windows color (decimal): -8835825 or 994681. OLE color: 994681.
HSL color Cylindrical-coordinate representation of color #792D0F: hue angle of 16.98º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #792D0F is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 15 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.53 |
| HSL | 16.98º | 0.78% | 0.27% | - |
| HSV(B) | 16.98º | 0.88% | 0.47% | - |
| XYZ | 8.91 | 5.98 | 1.14 | - |
| YUV | 64.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 15 | 0 | 0.63 | 0.88 | 0.53 | 16.98 | 0.78 | 0.27 |
| Hex | 79 | 2D | F | 0 | 3F | 58 | 35 | 11 | 4E | 1B |
| Octal | 171 | 55 | 17 | 0 | 77 | 130 | 65 | 21 | 116 | 33 |
| Binary | 1111001 | 101101 | 1111 | 0 | 111111 | 1011000 | 110101 | 10001 | 1001110 | 11011 |
Color Harmonies of #792D0F
Complementary color
Monochromatic Colors of #792D0F
Black with #792D0F
Text Example
Text Example
White with #792D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D0F; }
p { color: rgb(121,45,15); }
H1.HeaderClassName
{
color: #792D0F;
}
.AnyTagClassName
{
color: #792D0F;
}
</style>
background-color css
<style>
a { background-color: #792D0F; }
a { background-color: rgb(121,45,15); }
div.DivClassName
{
background-color: #792D0F;
}
.BgClassName
{
background-color: #792D0F;
}
</style>
border-color css
<style>
span { border-color: #792D0F; }
span { border-color: rgb(121,45,15); }
td.TdClassName
{
border-color: #792D0F;
}
.TagClassName
{
border-color: #792D0F;
}
</style>