Shades of Peru Tan #792A08
Tints of Peru Tan #792A08
RGB
CMYK
RGB Variations
Color information
#792A08 (or 0x792A08) is known color: Peru Tan. HEX triplet: 79, 2A and 08. RGB value is (121,42,8). Sum of RGB (Red+Green+Blue) = 121+42+8=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #792A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A08 is #86D5F7. Grayscale: #3D3D3D. Windows color (decimal): -8836600 or 535161. OLE color: 535161.
HSL color Cylindrical-coordinate representation of color #792A08: hue angle of 18.05º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #792A08 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 8 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.53 |
| HSL | 18.05º | 0.88% | 0.25% | - |
| HSV(B) | 18.05º | 0.93% | 0.47% | - |
| XYZ | 8.76 | 5.74 | 0.88 | - |
| YUV | 61.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 8 | 0 | 0.65 | 0.93 | 0.53 | 18.05 | 0.88 | 0.25 |
| Hex | 79 | 2A | 8 | 0 | 41 | 5D | 35 | 12 | 58 | 19 |
| Octal | 171 | 52 | 10 | 0 | 101 | 135 | 65 | 22 | 130 | 31 |
| Binary | 1111001 | 101010 | 1000 | 0 | 1000001 | 1011101 | 110101 | 10010 | 1011000 | 11001 |
Color Harmonies of #792A08
Complementary color
Monochromatic Colors of #792A08
Black with #792A08
Text Example
Text Example
White with #792A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A08; }
p { color: rgb(121,42,8); }
H1.HeaderClassName
{
color: #792A08;
}
.AnyTagClassName
{
color: #792A08;
}
</style>
background-color css
<style>
a { background-color: #792A08; }
a { background-color: rgb(121,42,8); }
div.DivClassName
{
background-color: #792A08;
}
.BgClassName
{
background-color: #792A08;
}
</style>
border-color css
<style>
span { border-color: #792A08; }
span { border-color: rgb(121,42,8); }
td.TdClassName
{
border-color: #792A08;
}
.TagClassName
{
border-color: #792A08;
}
</style>