Shades of Peru Tan #743D1A
Tints of Peru Tan #743D1A
RGB
CMYK
RGB Variations
Color information
#743D1A (or 0x743D1A) is known color: Peru Tan. HEX triplet: 74, 3D and 1A. RGB value is (116,61,26). Sum of RGB (Red+Green+Blue) = 116+61+26=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #743D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D1A is #8BC2E5. Grayscale: #494949. Windows color (decimal): -9159398 or 1719668. OLE color: 1719668.
HSL color Cylindrical-coordinate representation of color #743D1A: hue angle of 23.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #743D1A is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 61 | 26 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.55 |
| HSL | 23.33º | 0.63% | 0.28% | - |
| HSV(B) | 23.33º | 0.78% | 0.45% | - |
| XYZ | 9.06 | 7.13 | 1.88 | - |
| YUV | 73.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 61 | 26 | 0 | 0.47 | 0.78 | 0.55 | 23.33 | 0.63 | 0.28 |
| Hex | 74 | 3D | 1A | 0 | 2F | 4E | 37 | 17 | 3F | 1C |
| Octal | 164 | 75 | 32 | 0 | 57 | 116 | 67 | 27 | 77 | 34 |
| Binary | 1110100 | 111101 | 11010 | 0 | 101111 | 1001110 | 110111 | 10111 | 111111 | 11100 |
Color Harmonies of #743D1A
Complementary color
Monochromatic Colors of #743D1A
Black with #743D1A
Text Example
Text Example
White with #743D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743D1A; }
p { color: rgb(116,61,26); }
H1.HeaderClassName
{
color: #743D1A;
}
.AnyTagClassName
{
color: #743D1A;
}
</style>
background-color css
<style>
a { background-color: #743D1A; }
a { background-color: rgb(116,61,26); }
div.DivClassName
{
background-color: #743D1A;
}
.BgClassName
{
background-color: #743D1A;
}
</style>
border-color css
<style>
span { border-color: #743D1A; }
span { border-color: rgb(116,61,26); }
td.TdClassName
{
border-color: #743D1A;
}
.TagClassName
{
border-color: #743D1A;
}
</style>