Shades of Peru Tan #793B22
Tints of Peru Tan #793B22
RGB
CMYK
RGB Variations
Color information
#793B22 (or 0x793B22) is known color: Peru Tan. HEX triplet: 79, 3B and 22. RGB value is (121,59,34). Sum of RGB (Red+Green+Blue) = 121+59+34=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #793B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B22 is #86C4DD. Grayscale: #4A4A4A. Windows color (decimal): -8832222 or 2243449. OLE color: 2243449.
HSL color Cylindrical-coordinate representation of color #793B22: hue angle of 17.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #793B22 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 59 | 34 | - |
| CMYK | 0 | 0.51 | 0.72 | 0.53 |
| HSL | 17.24º | 0.56% | 0.3% | - |
| HSV(B) | 17.24º | 0.72% | 0.47% | - |
| XYZ | 9.74 | 7.31 | 2.41 | - |
| YUV | 74.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 34 | 0 | 0.51 | 0.72 | 0.53 | 17.24 | 0.56 | 0.3 |
| Hex | 79 | 3B | 22 | 0 | 33 | 48 | 35 | 11 | 38 | 1E |
| Octal | 171 | 73 | 42 | 0 | 63 | 110 | 65 | 21 | 70 | 36 |
| Binary | 1111001 | 111011 | 100010 | 0 | 110011 | 1001000 | 110101 | 10001 | 111000 | 11110 |
Color Harmonies of #793B22
Complementary color
Monochromatic Colors of #793B22
Black with #793B22
Text Example
Text Example
White with #793B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793B22; }
p { color: rgb(121,59,34); }
H1.HeaderClassName
{
color: #793B22;
}
.AnyTagClassName
{
color: #793B22;
}
</style>
background-color css
<style>
a { background-color: #793B22; }
a { background-color: rgb(121,59,34); }
div.DivClassName
{
background-color: #793B22;
}
.BgClassName
{
background-color: #793B22;
}
</style>
border-color css
<style>
span { border-color: #793B22; }
span { border-color: rgb(121,59,34); }
td.TdClassName
{
border-color: #793B22;
}
.TagClassName
{
border-color: #793B22;
}
</style>