Shades of Peru Tan #743A11
Tints of Peru Tan #743A11
RGB
CMYK
RGB Variations
Color information
#743A11 (or 0x743A11) is known color: Peru Tan. HEX triplet: 74, 3A and 11. RGB value is (116,58,17). Sum of RGB (Red+Green+Blue) = 116+58+17=191 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.73% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 116 - color contains mainly: red. Hex color #743A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A11 is #8BC5EE. Grayscale: #464646. Windows color (decimal): -9160175 or 1129076. OLE color: 1129076.
HSL color Cylindrical-coordinate representation of color #743A11: hue angle of 24.85º 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 #743A11 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 17 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.55 |
| HSL | 24.85º | 0.74% | 0.26% | - |
| HSV(B) | 24.85º | 0.85% | 0.45% | - |
| XYZ | 8.82 | 6.78 | 1.37 | - |
| YUV | 70.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 17 | 0 | 0.5 | 0.85 | 0.55 | 24.85 | 0.74 | 0.26 |
| Hex | 74 | 3A | 11 | 0 | 32 | 55 | 37 | 19 | 4A | 1A |
| Octal | 164 | 72 | 21 | 0 | 62 | 125 | 67 | 31 | 112 | 32 |
| Binary | 1110100 | 111010 | 10001 | 0 | 110010 | 1010101 | 110111 | 11001 | 1001010 | 11010 |
Color Harmonies of #743A11
Complementary color
Monochromatic Colors of #743A11
Black with #743A11
Text Example
Text Example
White with #743A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A11; }
p { color: rgb(116,58,17); }
H1.HeaderClassName
{
color: #743A11;
}
.AnyTagClassName
{
color: #743A11;
}
</style>
background-color css
<style>
a { background-color: #743A11; }
a { background-color: rgb(116,58,17); }
div.DivClassName
{
background-color: #743A11;
}
.BgClassName
{
background-color: #743A11;
}
</style>
border-color css
<style>
span { border-color: #743A11; }
span { border-color: rgb(116,58,17); }
td.TdClassName
{
border-color: #743A11;
}
.TagClassName
{
border-color: #743A11;
}
</style>