Shades of Peru Tan #792A06
Tints of Peru Tan #792A06
RGB
CMYK
RGB Variations
Color information
#792A06 (or 0x792A06) is known color: Peru Tan. HEX triplet: 79, 2A and 06. RGB value is (121,42,6). Sum of RGB (Red+Green+Blue) = 121+42+6=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #792A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A06 is #86D5F9. Grayscale: #3D3D3D. Windows color (decimal): -8836602 or 404089. OLE color: 404089.
HSL color Cylindrical-coordinate representation of color #792A06: hue angle of 18.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #792A06 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 6 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.53 |
| HSL | 18.78º | 0.91% | 0.25% | - |
| HSV(B) | 18.78º | 0.95% | 0.47% | - |
| XYZ | 8.75 | 5.73 | 0.82 | - |
| YUV | 61.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 6 | 0 | 0.65 | 0.95 | 0.53 | 18.78 | 0.91 | 0.25 |
| Hex | 79 | 2A | 6 | 0 | 41 | 5F | 35 | 13 | 5B | 19 |
| Octal | 171 | 52 | 6 | 0 | 101 | 137 | 65 | 23 | 133 | 31 |
| Binary | 1111001 | 101010 | 110 | 0 | 1000001 | 1011111 | 110101 | 10011 | 1011011 | 11001 |
Color Harmonies of #792A06
Complementary color
Monochromatic Colors of #792A06
Black with #792A06
Text Example
Text Example
White with #792A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A06; }
p { color: rgb(121,42,6); }
H1.HeaderClassName
{
color: #792A06;
}
.AnyTagClassName
{
color: #792A06;
}
</style>
background-color css
<style>
a { background-color: #792A06; }
a { background-color: rgb(121,42,6); }
div.DivClassName
{
background-color: #792A06;
}
.BgClassName
{
background-color: #792A06;
}
</style>
border-color css
<style>
span { border-color: #792A06; }
span { border-color: rgb(121,42,6); }
td.TdClassName
{
border-color: #792A06;
}
.TagClassName
{
border-color: #792A06;
}
</style>