Shades of Peru Tan #792E08
Tints of Peru Tan #792E08
RGB
CMYK
RGB Variations
Color information
#792E08 (or 0x792E08) is known color: Peru Tan. HEX triplet: 79, 2E and 08. RGB value is (121,46,8). Sum of RGB (Red+Green+Blue) = 121+46+8=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #792E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792E08 is #86D1F7. Grayscale: #404040. Windows color (decimal): -8835576 or 536185. OLE color: 536185.
HSL color Cylindrical-coordinate representation of color #792E08: hue angle of 20.18º 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 #792E08 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 46 | 8 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.53 |
| HSL | 20.18º | 0.88% | 0.25% | - |
| HSV(B) | 20.18º | 0.93% | 0.47% | - |
| XYZ | 8.91 | 6.04 | 0.93 | - |
| YUV | 64.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 8 | 0 | 0.62 | 0.93 | 0.53 | 20.18 | 0.88 | 0.25 |
| Hex | 79 | 2E | 8 | 0 | 3E | 5D | 35 | 14 | 58 | 19 |
| Octal | 171 | 56 | 10 | 0 | 76 | 135 | 65 | 24 | 130 | 31 |
| Binary | 1111001 | 101110 | 1000 | 0 | 111110 | 1011101 | 110101 | 10100 | 1011000 | 11001 |
Color Harmonies of #792E08
Complementary color
Monochromatic Colors of #792E08
Black with #792E08
Text Example
Text Example
White with #792E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792E08; }
p { color: rgb(121,46,8); }
H1.HeaderClassName
{
color: #792E08;
}
.AnyTagClassName
{
color: #792E08;
}
</style>
background-color css
<style>
a { background-color: #792E08; }
a { background-color: rgb(121,46,8); }
div.DivClassName
{
background-color: #792E08;
}
.BgClassName
{
background-color: #792E08;
}
</style>
border-color css
<style>
span { border-color: #792E08; }
span { border-color: rgb(121,46,8); }
td.TdClassName
{
border-color: #792E08;
}
.TagClassName
{
border-color: #792E08;
}
</style>