Shades of Peru Tan #793D1B
Tints of Peru Tan #793D1B
RGB
CMYK
RGB Variations
Color information
#793D1B (or 0x793D1B) is known color: Peru Tan. HEX triplet: 79, 3D and 1B. RGB value is (121,61,27). Sum of RGB (Red+Green+Blue) = 121+61+27=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #793D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D1B is #86C2E4. Grayscale: #4B4B4B. Windows color (decimal): -8831717 or 1785209. OLE color: 1785209.
HSL color Cylindrical-coordinate representation of color #793D1B: hue angle of 21.7º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #793D1B is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 61 | 27 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.53 |
| HSL | 21.7º | 0.64% | 0.29% | - |
| HSV(B) | 21.7º | 0.78% | 0.47% | - |
| XYZ | 9.75 | 7.48 | 1.97 | - |
| YUV | 75.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 27 | 0 | 0.50 | 0.78 | 0.53 | 21.7 | 0.64 | 0.29 |
| Hex | 79 | 3D | 1B | 0 | 32 | 4E | 35 | 16 | 40 | 1D |
| Octal | 171 | 75 | 33 | 0 | 62 | 116 | 65 | 26 | 100 | 35 |
| Binary | 1111001 | 111101 | 11011 | 0 | 110010 | 1001110 | 110101 | 10110 | 1000000 | 11101 |
Color Harmonies of #793D1B
Complementary color
Monochromatic Colors of #793D1B
Black with #793D1B
Text Example
Text Example
White with #793D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793D1B; }
p { color: rgb(121,61,27); }
H1.HeaderClassName
{
color: #793D1B;
}
.AnyTagClassName
{
color: #793D1B;
}
</style>
background-color css
<style>
a { background-color: #793D1B; }
a { background-color: rgb(121,61,27); }
div.DivClassName
{
background-color: #793D1B;
}
.BgClassName
{
background-color: #793D1B;
}
</style>
border-color css
<style>
span { border-color: #793D1B; }
span { border-color: rgb(121,61,27); }
td.TdClassName
{
border-color: #793D1B;
}
.TagClassName
{
border-color: #793D1B;
}
</style>