Shades of Peru Tan #743E1F
Tints of Peru Tan #743E1F
RGB
CMYK
RGB Variations
Color information
#743E1F (or 0x743E1F) is known color: Peru Tan. HEX triplet: 74, 3E and 1F. RGB value is (116,62,31). Sum of RGB (Red+Green+Blue) = 116+62+31=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #743E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E1F is #8BC1E0. Grayscale: #4A4A4A. Windows color (decimal): -9159137 or 2047604. OLE color: 2047604.
HSL color Cylindrical-coordinate representation of color #743E1F: hue angle of 21.88º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743E1F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 31 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.55 |
| HSL | 21.88º | 0.58% | 0.29% | - |
| HSV(B) | 21.88º | 0.73% | 0.45% | - |
| XYZ | 9.17 | 7.26 | 2.21 | - |
| YUV | 74.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 31 | 0 | 0.47 | 0.73 | 0.55 | 21.88 | 0.58 | 0.29 |
| Hex | 74 | 3E | 1F | 0 | 2F | 49 | 37 | 16 | 3A | 1D |
| Octal | 164 | 76 | 37 | 0 | 57 | 111 | 67 | 26 | 72 | 35 |
| Binary | 1110100 | 111110 | 11111 | 0 | 101111 | 1001001 | 110111 | 10110 | 111010 | 11101 |
Color Harmonies of #743E1F
Complementary color
Monochromatic Colors of #743E1F
Black with #743E1F
Text Example
Text Example
White with #743E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E1F; }
p { color: rgb(116,62,31); }
H1.HeaderClassName
{
color: #743E1F;
}
.AnyTagClassName
{
color: #743E1F;
}
</style>
background-color css
<style>
a { background-color: #743E1F; }
a { background-color: rgb(116,62,31); }
div.DivClassName
{
background-color: #743E1F;
}
.BgClassName
{
background-color: #743E1F;
}
</style>
border-color css
<style>
span { border-color: #743E1F; }
span { border-color: rgb(116,62,31); }
td.TdClassName
{
border-color: #743E1F;
}
.TagClassName
{
border-color: #743E1F;
}
</style>