Shades of Peru Tan #792808
Tints of Peru Tan #792808
RGB
CMYK
RGB Variations
Color information
#792808 (or 0x792808) is known color: Peru Tan. HEX triplet: 79, 28 and 08. RGB value is (121,40,8). Sum of RGB (Red+Green+Blue) = 121+40+8=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #792808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792808 is #86D7F7. Grayscale: #3C3C3C. Windows color (decimal): -8837112 or 534649. OLE color: 534649.
HSL color Cylindrical-coordinate representation of color #792808: hue angle of 16.99º 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 #792808 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 8 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.53 |
| HSL | 16.99º | 0.88% | 0.25% | - |
| HSV(B) | 16.99º | 0.93% | 0.47% | - |
| XYZ | 8.69 | 5.6 | 0.85 | - |
| YUV | 60.57 | 98.34 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 8 | 0 | 0.67 | 0.93 | 0.53 | 16.99 | 0.88 | 0.25 |
| Hex | 79 | 28 | 8 | 0 | 43 | 5D | 35 | 11 | 58 | 19 |
| Octal | 171 | 50 | 10 | 0 | 103 | 135 | 65 | 21 | 130 | 31 |
| Binary | 1111001 | 101000 | 1000 | 0 | 1000011 | 1011101 | 110101 | 10001 | 1011000 | 11001 |
Color Harmonies of #792808
Complementary color
Monochromatic Colors of #792808
Black with #792808
Text Example
Text Example
White with #792808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792808; }
p { color: rgb(121,40,8); }
H1.HeaderClassName
{
color: #792808;
}
.AnyTagClassName
{
color: #792808;
}
</style>
background-color css
<style>
a { background-color: #792808; }
a { background-color: rgb(121,40,8); }
div.DivClassName
{
background-color: #792808;
}
.BgClassName
{
background-color: #792808;
}
</style>
border-color css
<style>
span { border-color: #792808; }
span { border-color: rgb(121,40,8); }
td.TdClassName
{
border-color: #792808;
}
.TagClassName
{
border-color: #792808;
}
</style>