Shades of Peru Tan #792B08
Tints of Peru Tan #792B08
RGB
CMYK
RGB Variations
Color information
#792B08 (or 0x792B08) is known color: Peru Tan. HEX triplet: 79, 2B and 08. RGB value is (121,43,8). Sum of RGB (Red+Green+Blue) = 121+43+8=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #792B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792B08 is #86D4F7. Grayscale: #3E3E3E. Windows color (decimal): -8836344 or 535417. OLE color: 535417.
HSL color Cylindrical-coordinate representation of color #792B08: hue angle of 18.58º 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 #792B08 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 8 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.53 |
| HSL | 18.58º | 0.88% | 0.25% | - |
| HSV(B) | 18.58º | 0.93% | 0.47% | - |
| XYZ | 8.79 | 5.81 | 0.89 | - |
| YUV | 62.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 8 | 0 | 0.64 | 0.93 | 0.53 | 18.58 | 0.88 | 0.25 |
| Hex | 79 | 2B | 8 | 0 | 40 | 5D | 35 | 13 | 58 | 19 |
| Octal | 171 | 53 | 10 | 0 | 100 | 135 | 65 | 23 | 130 | 31 |
| Binary | 1111001 | 101011 | 1000 | 0 | 1000000 | 1011101 | 110101 | 10011 | 1011000 | 11001 |
Color Harmonies of #792B08
Complementary color
Monochromatic Colors of #792B08
Black with #792B08
Text Example
Text Example
White with #792B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B08; }
p { color: rgb(121,43,8); }
H1.HeaderClassName
{
color: #792B08;
}
.AnyTagClassName
{
color: #792B08;
}
</style>
background-color css
<style>
a { background-color: #792B08; }
a { background-color: rgb(121,43,8); }
div.DivClassName
{
background-color: #792B08;
}
.BgClassName
{
background-color: #792B08;
}
</style>
border-color css
<style>
span { border-color: #792B08; }
span { border-color: rgb(121,43,8); }
td.TdClassName
{
border-color: #792B08;
}
.TagClassName
{
border-color: #792B08;
}
</style>