Shades of Peru Tan #773D11
Tints of Peru Tan #773D11
RGB
CMYK
RGB Variations
Color information
#773D11 (or 0x773D11) is known color: Peru Tan. HEX triplet: 77, 3D and 11. RGB value is (119,61,17). Sum of RGB (Red+Green+Blue) = 119+61+17=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #773D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D11 is #88C2EE. Grayscale: #494949. Windows color (decimal): -8962799 or 1129847. OLE color: 1129847.
HSL color Cylindrical-coordinate representation of color #773D11: hue angle of 25.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #773D11 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 17 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.53 |
| HSL | 25.88º | 0.75% | 0.27% | - |
| HSV(B) | 25.88º | 0.86% | 0.47% | - |
| XYZ | 9.38 | 7.3 | 1.45 | - |
| YUV | 73.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 17 | 0 | 0.49 | 0.86 | 0.53 | 25.88 | 0.75 | 0.27 |
| Hex | 77 | 3D | 11 | 0 | 31 | 56 | 35 | 1A | 4B | 1B |
| Octal | 167 | 75 | 21 | 0 | 61 | 126 | 65 | 32 | 113 | 33 |
| Binary | 1110111 | 111101 | 10001 | 0 | 110001 | 1010110 | 110101 | 11010 | 1001011 | 11011 |
Color Harmonies of #773D11
Complementary color
Monochromatic Colors of #773D11
Black with #773D11
Text Example
Text Example
White with #773D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D11; }
p { color: rgb(119,61,17); }
H1.HeaderClassName
{
color: #773D11;
}
.AnyTagClassName
{
color: #773D11;
}
</style>
background-color css
<style>
a { background-color: #773D11; }
a { background-color: rgb(119,61,17); }
div.DivClassName
{
background-color: #773D11;
}
.BgClassName
{
background-color: #773D11;
}
</style>
border-color css
<style>
span { border-color: #773D11; }
span { border-color: rgb(119,61,17); }
td.TdClassName
{
border-color: #773D11;
}
.TagClassName
{
border-color: #773D11;
}
</style>