Shades of Peru Tan #743D1D
Tints of Peru Tan #743D1D
RGB
CMYK
RGB Variations
Color information
#743D1D (or 0x743D1D) is known color: Peru Tan. HEX triplet: 74, 3D and 1D. RGB value is (116,61,29). Sum of RGB (Red+Green+Blue) = 116+61+29=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D1D is #8BC2E2. Grayscale: #494949. Windows color (decimal): -9159395 or 1916276. OLE color: 1916276.
HSL color Cylindrical-coordinate representation of color #743D1D: hue angle of 22.07º 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 #743D1D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 29 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.55 |
| HSL | 22.07º | 0.6% | 0.28% | - |
| HSV(B) | 22.07º | 0.75% | 0.45% | - |
| XYZ | 9.09 | 7.14 | 2.06 | - |
| YUV | 73.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 29 | 0 | 0.47 | 0.75 | 0.55 | 22.07 | 0.6 | 0.28 |
| Hex | 74 | 3D | 1D | 0 | 2F | 4B | 37 | 16 | 3C | 1C |
| Octal | 164 | 75 | 35 | 0 | 57 | 113 | 67 | 26 | 74 | 34 |
| Binary | 1110100 | 111101 | 11101 | 0 | 101111 | 1001011 | 110111 | 10110 | 111100 | 11100 |
Color Harmonies of #743D1D
Complementary color
Monochromatic Colors of #743D1D
Black with #743D1D
Text Example
Text Example
White with #743D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D1D; }
p { color: rgb(116,61,29); }
H1.HeaderClassName
{
color: #743D1D;
}
.AnyTagClassName
{
color: #743D1D;
}
</style>
background-color css
<style>
a { background-color: #743D1D; }
a { background-color: rgb(116,61,29); }
div.DivClassName
{
background-color: #743D1D;
}
.BgClassName
{
background-color: #743D1D;
}
</style>
border-color css
<style>
span { border-color: #743D1D; }
span { border-color: rgb(116,61,29); }
td.TdClassName
{
border-color: #743D1D;
}
.TagClassName
{
border-color: #743D1D;
}
</style>