Shades of Peru Tan #743C1E
Tints of Peru Tan #743C1E
RGB
CMYK
RGB Variations
Color information
#743C1E (or 0x743C1E) is known color: Peru Tan. HEX triplet: 74, 3C and 1E. RGB value is (116,60,30). Sum of RGB (Red+Green+Blue) = 116+60+30=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C1E is #8BC3E1. Grayscale: #494949. Windows color (decimal): -9159650 or 1981556. OLE color: 1981556.
HSL color Cylindrical-coordinate representation of color #743C1E: hue angle of 20.93º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743C1E is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 30 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.55 |
| HSL | 20.93º | 0.59% | 0.29% | - |
| HSV(B) | 20.93º | 0.74% | 0.45% | - |
| XYZ | 9.05 | 7.04 | 2.11 | - |
| YUV | 73.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 30 | 0 | 0.48 | 0.74 | 0.55 | 20.93 | 0.59 | 0.29 |
| Hex | 74 | 3C | 1E | 0 | 30 | 4A | 37 | 15 | 3B | 1D |
| Octal | 164 | 74 | 36 | 0 | 60 | 112 | 67 | 25 | 73 | 35 |
| Binary | 1110100 | 111100 | 11110 | 0 | 110000 | 1001010 | 110111 | 10101 | 111011 | 11101 |
Color Harmonies of #743C1E
Complementary color
Monochromatic Colors of #743C1E
Black with #743C1E
Text Example
Text Example
White with #743C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C1E; }
p { color: rgb(116,60,30); }
H1.HeaderClassName
{
color: #743C1E;
}
.AnyTagClassName
{
color: #743C1E;
}
</style>
background-color css
<style>
a { background-color: #743C1E; }
a { background-color: rgb(116,60,30); }
div.DivClassName
{
background-color: #743C1E;
}
.BgClassName
{
background-color: #743C1E;
}
</style>
border-color css
<style>
span { border-color: #743C1E; }
span { border-color: rgb(116,60,30); }
td.TdClassName
{
border-color: #743C1E;
}
.TagClassName
{
border-color: #743C1E;
}
</style>