Shades of Peru Tan #793C1A
Tints of Peru Tan #793C1A
RGB
CMYK
RGB Variations
Color information
#793C1A (or 0x793C1A) is known color: Peru Tan. HEX triplet: 79, 3C and 1A. RGB value is (121,60,26). Sum of RGB (Red+Green+Blue) = 121+60+26=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #793C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C1A is #86C3E5. Grayscale: #4A4A4A. Windows color (decimal): -8831974 or 1719417. OLE color: 1719417.
HSL color Cylindrical-coordinate representation of color #793C1A: hue angle of 21.47º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #793C1A is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 60 | 26 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.53 |
| HSL | 21.47º | 0.65% | 0.29% | - |
| HSV(B) | 21.47º | 0.79% | 0.47% | - |
| XYZ | 9.69 | 7.37 | 1.89 | - |
| YUV | 74.36 | 100.71 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 26 | 0 | 0.50 | 0.79 | 0.53 | 21.47 | 0.65 | 0.29 |
| Hex | 79 | 3C | 1A | 0 | 32 | 4F | 35 | 15 | 41 | 1D |
| Octal | 171 | 74 | 32 | 0 | 62 | 117 | 65 | 25 | 101 | 35 |
| Binary | 1111001 | 111100 | 11010 | 0 | 110010 | 1001111 | 110101 | 10101 | 1000001 | 11101 |
Color Harmonies of #793C1A
Complementary color
Monochromatic Colors of #793C1A
Black with #793C1A
Text Example
Text Example
White with #793C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793C1A; }
p { color: rgb(121,60,26); }
H1.HeaderClassName
{
color: #793C1A;
}
.AnyTagClassName
{
color: #793C1A;
}
</style>
background-color css
<style>
a { background-color: #793C1A; }
a { background-color: rgb(121,60,26); }
div.DivClassName
{
background-color: #793C1A;
}
.BgClassName
{
background-color: #793C1A;
}
</style>
border-color css
<style>
span { border-color: #793C1A; }
span { border-color: rgb(121,60,26); }
td.TdClassName
{
border-color: #793C1A;
}
.TagClassName
{
border-color: #793C1A;
}
</style>