Shades of Peru Tan #743A1D
Tints of Peru Tan #743A1D
RGB
CMYK
RGB Variations
Color information
#743A1D (or 0x743A1D) is known color: Peru Tan. HEX triplet: 74, 3A and 1D. RGB value is (116,58,29). Sum of RGB (Red+Green+Blue) = 116+58+29=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A1D is #8BC5E2. Grayscale: #484848. Windows color (decimal): -9160163 or 1915508. OLE color: 1915508.
HSL color Cylindrical-coordinate representation of color #743A1D: hue angle of 20º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743A1D is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 29 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.55 |
| HSL | 20º | 0.6% | 0.28% | - |
| HSV(B) | 20º | 0.75% | 0.45% | - |
| XYZ | 8.94 | 6.83 | 2.01 | - |
| YUV | 72.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 29 | 0 | 0.5 | 0.75 | 0.55 | 20 | 0.6 | 0.28 |
| Hex | 74 | 3A | 1D | 0 | 32 | 4B | 37 | 14 | 3C | 1C |
| Octal | 164 | 72 | 35 | 0 | 62 | 113 | 67 | 24 | 74 | 34 |
| Binary | 1110100 | 111010 | 11101 | 0 | 110010 | 1001011 | 110111 | 10100 | 111100 | 11100 |
Color Harmonies of #743A1D
Complementary color
Monochromatic Colors of #743A1D
Black with #743A1D
Text Example
Text Example
White with #743A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A1D; }
p { color: rgb(116,58,29); }
H1.HeaderClassName
{
color: #743A1D;
}
.AnyTagClassName
{
color: #743A1D;
}
</style>
background-color css
<style>
a { background-color: #743A1D; }
a { background-color: rgb(116,58,29); }
div.DivClassName
{
background-color: #743A1D;
}
.BgClassName
{
background-color: #743A1D;
}
</style>
border-color css
<style>
span { border-color: #743A1D; }
span { border-color: rgb(116,58,29); }
td.TdClassName
{
border-color: #743A1D;
}
.TagClassName
{
border-color: #743A1D;
}
</style>