Shades of Peru Tan #79380F
Tints of Peru Tan #79380F
RGB
CMYK
RGB Variations
Color information
#79380F (or 0x79380F) is known color: Peru Tan. HEX triplet: 79, 38 and 0F. RGB value is (121,56,15). Sum of RGB (Red+Green+Blue) = 121+56+15=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #79380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79380F is #86C7F0. Grayscale: #464646. Windows color (decimal): -8833009 or 997497. OLE color: 997497.
HSL color Cylindrical-coordinate representation of color #79380F: hue angle of 23.21º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79380F is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 56 | 15 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.53 |
| HSL | 23.21º | 0.78% | 0.27% | - |
| HSV(B) | 23.21º | 0.88% | 0.47% | - |
| XYZ | 9.39 | 6.93 | 1.29 | - |
| YUV | 70.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 15 | 0 | 0.54 | 0.88 | 0.53 | 23.21 | 0.78 | 0.27 |
| Hex | 79 | 38 | F | 0 | 36 | 58 | 35 | 17 | 4E | 1B |
| Octal | 171 | 70 | 17 | 0 | 66 | 130 | 65 | 27 | 116 | 33 |
| Binary | 1111001 | 111000 | 1111 | 0 | 110110 | 1011000 | 110101 | 10111 | 1001110 | 11011 |
Color Harmonies of #79380F
Complementary color
Monochromatic Colors of #79380F
Black with #79380F
Text Example
Text Example
White with #79380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79380F; }
p { color: rgb(121,56,15); }
H1.HeaderClassName
{
color: #79380F;
}
.AnyTagClassName
{
color: #79380F;
}
</style>
background-color css
<style>
a { background-color: #79380F; }
a { background-color: rgb(121,56,15); }
div.DivClassName
{
background-color: #79380F;
}
.BgClassName
{
background-color: #79380F;
}
</style>
border-color css
<style>
span { border-color: #79380F; }
span { border-color: rgb(121,56,15); }
td.TdClassName
{
border-color: #79380F;
}
.TagClassName
{
border-color: #79380F;
}
</style>