Shades of Peru Tan #743E1C
Tints of Peru Tan #743E1C
RGB
CMYK
RGB Variations
Color information
#743E1C (or 0x743E1C) is known color: Peru Tan. HEX triplet: 74, 3E and 1C. RGB value is (116,62,28). Sum of RGB (Red+Green+Blue) = 116+62+28=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743E1C is #8BC1E3. Grayscale: #4A4A4A. Windows color (decimal): -9159140 or 1850996. OLE color: 1850996.
HSL color Cylindrical-coordinate representation of color #743E1C: hue angle of 23.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743E1C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 28 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.55 |
| HSL | 23.18º | 0.61% | 0.28% | - |
| HSV(B) | 23.18º | 0.76% | 0.45% | - |
| XYZ | 9.13 | 7.24 | 2.02 | - |
| YUV | 74.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 28 | 0 | 0.47 | 0.76 | 0.55 | 23.18 | 0.61 | 0.28 |
| Hex | 74 | 3E | 1C | 0 | 2F | 4C | 37 | 17 | 3D | 1C |
| Octal | 164 | 76 | 34 | 0 | 57 | 114 | 67 | 27 | 75 | 34 |
| Binary | 1110100 | 111110 | 11100 | 0 | 101111 | 1001100 | 110111 | 10111 | 111101 | 11100 |
Color Harmonies of #743E1C
Complementary color
Monochromatic Colors of #743E1C
Black with #743E1C
Text Example
Text Example
White with #743E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E1C; }
p { color: rgb(116,62,28); }
H1.HeaderClassName
{
color: #743E1C;
}
.AnyTagClassName
{
color: #743E1C;
}
</style>
background-color css
<style>
a { background-color: #743E1C; }
a { background-color: rgb(116,62,28); }
div.DivClassName
{
background-color: #743E1C;
}
.BgClassName
{
background-color: #743E1C;
}
</style>
border-color css
<style>
span { border-color: #743E1C; }
span { border-color: rgb(116,62,28); }
td.TdClassName
{
border-color: #743E1C;
}
.TagClassName
{
border-color: #743E1C;
}
</style>