Shades of Peru Tan #792D01
Tints of Peru Tan #792D01
RGB
CMYK
RGB Variations
Color information
#792D01 (or 0x792D01) is known color: Peru Tan. HEX triplet: 79, 2D and 01. RGB value is (121,45,1). Sum of RGB (Red+Green+Blue) = 121+45+1=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #792D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792D01 is #86D2FE. Grayscale: #3E3E3E. Windows color (decimal): -8835839 or 77177. OLE color: 77177.
HSL color Cylindrical-coordinate representation of color #792D01: hue angle of 22º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #792D01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.53 |
| HSL | 22º | 0.98% | 0.24% | - |
| HSV(B) | 22º | 0.99% | 0.47% | - |
| XYZ | 8.83 | 5.94 | 0.71 | - |
| YUV | 62.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 1 | 0 | 0.63 | 0.99 | 0.53 | 22 | 0.98 | 0.24 |
| Hex | 79 | 2D | 1 | 0 | 3F | 63 | 35 | 16 | 62 | 18 |
| Octal | 171 | 55 | 1 | 0 | 77 | 143 | 65 | 26 | 142 | 30 |
| Binary | 1111001 | 101101 | 1 | 0 | 111111 | 1100011 | 110101 | 10110 | 1100010 | 11000 |
Color Harmonies of #792D01
Complementary color
Monochromatic Colors of #792D01
Black with #792D01
Text Example
Text Example
White with #792D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D01; }
p { color: rgb(121,45,1); }
H1.HeaderClassName
{
color: #792D01;
}
.AnyTagClassName
{
color: #792D01;
}
</style>
background-color css
<style>
a { background-color: #792D01; }
a { background-color: rgb(121,45,1); }
div.DivClassName
{
background-color: #792D01;
}
.BgClassName
{
background-color: #792D01;
}
</style>
border-color css
<style>
span { border-color: #792D01; }
span { border-color: rgb(121,45,1); }
td.TdClassName
{
border-color: #792D01;
}
.TagClassName
{
border-color: #792D01;
}
</style>