Shades of Peru Tan #793A18
Tints of Peru Tan #793A18
RGB
CMYK
RGB Variations
Color information
#793A18 (or 0x793A18) is known color: Peru Tan. HEX triplet: 79, 3A and 18. RGB value is (121,58,24). Sum of RGB (Red+Green+Blue) = 121+58+24=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793A18 is #86C5E7. Grayscale: #494949. Windows color (decimal): -8832488 or 1587833. OLE color: 1587833.
HSL color Cylindrical-coordinate representation of color #793A18: hue angle of 21.03º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #793A18 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 58 | 24 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.53 |
| HSL | 21.03º | 0.67% | 0.28% | - |
| HSV(B) | 21.03º | 0.8% | 0.47% | - |
| XYZ | 9.56 | 7.16 | 1.74 | - |
| YUV | 72.96 | 100.37 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 58 | 24 | 0 | 0.52 | 0.80 | 0.53 | 21.03 | 0.67 | 0.28 |
| Hex | 79 | 3A | 18 | 0 | 34 | 50 | 35 | 15 | 43 | 1C |
| Octal | 171 | 72 | 30 | 0 | 64 | 120 | 65 | 25 | 103 | 34 |
| Binary | 1111001 | 111010 | 11000 | 0 | 110100 | 1010000 | 110101 | 10101 | 1000011 | 11100 |
Color Harmonies of #793A18
Complementary color
Monochromatic Colors of #793A18
Black with #793A18
Text Example
Text Example
White with #793A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793A18; }
p { color: rgb(121,58,24); }
H1.HeaderClassName
{
color: #793A18;
}
.AnyTagClassName
{
color: #793A18;
}
</style>
background-color css
<style>
a { background-color: #793A18; }
a { background-color: rgb(121,58,24); }
div.DivClassName
{
background-color: #793A18;
}
.BgClassName
{
background-color: #793A18;
}
</style>
border-color css
<style>
span { border-color: #793A18; }
span { border-color: rgb(121,58,24); }
td.TdClassName
{
border-color: #793A18;
}
.TagClassName
{
border-color: #793A18;
}
</style>