Shades of Peru Tan #743D11
Tints of Peru Tan #743D11
RGB
CMYK
RGB Variations
Color information
#743D11 (or 0x743D11) is known color: Peru Tan. HEX triplet: 74, 3D and 11. RGB value is (116,61,17). Sum of RGB (Red+Green+Blue) = 116+61+17=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #743D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D11 is #8BC2EE. Grayscale: #484848. Windows color (decimal): -9159407 or 1129844. OLE color: 1129844.
HSL color Cylindrical-coordinate representation of color #743D11: hue angle of 26.67º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #743D11 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 17 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.55 |
| HSL | 26.67º | 0.74% | 0.26% | - |
| HSV(B) | 26.67º | 0.85% | 0.45% | - |
| XYZ | 8.97 | 7.09 | 1.43 | - |
| YUV | 72.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 17 | 0 | 0.47 | 0.85 | 0.55 | 26.67 | 0.74 | 0.26 |
| Hex | 74 | 3D | 11 | 0 | 2F | 55 | 37 | 1B | 4A | 1A |
| Octal | 164 | 75 | 21 | 0 | 57 | 125 | 67 | 33 | 112 | 32 |
| Binary | 1110100 | 111101 | 10001 | 0 | 101111 | 1010101 | 110111 | 11011 | 1001010 | 11010 |
Color Harmonies of #743D11
Complementary color
Monochromatic Colors of #743D11
Black with #743D11
Text Example
Text Example
White with #743D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D11; }
p { color: rgb(116,61,17); }
H1.HeaderClassName
{
color: #743D11;
}
.AnyTagClassName
{
color: #743D11;
}
</style>
background-color css
<style>
a { background-color: #743D11; }
a { background-color: rgb(116,61,17); }
div.DivClassName
{
background-color: #743D11;
}
.BgClassName
{
background-color: #743D11;
}
</style>
border-color css
<style>
span { border-color: #743D11; }
span { border-color: rgb(116,61,17); }
td.TdClassName
{
border-color: #743D11;
}
.TagClassName
{
border-color: #743D11;
}
</style>