Shades of Peru Tan #742E0D
Tints of Peru Tan #742E0D
RGB
CMYK
RGB Variations
Color information
#742E0D (or 0x742E0D) is known color: Peru Tan. HEX triplet: 74, 2E and 0D. RGB value is (116,46,13). Sum of RGB (Red+Green+Blue) = 116+46+13=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742E0D is #8BD1F2. Grayscale: #3F3F3F. Windows color (decimal): -9163251 or 863860. OLE color: 863860.
HSL color Cylindrical-coordinate representation of color #742E0D: hue angle of 19.22º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #742E0D is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 46 | 13 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.55 |
| HSL | 19.22º | 0.8% | 0.25% | - |
| HSV(B) | 19.22º | 0.89% | 0.45% | - |
| XYZ | 8.25 | 5.7 | 1.05 | - |
| YUV | 63.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 46 | 13 | 0 | 0.60 | 0.89 | 0.55 | 19.22 | 0.8 | 0.25 |
| Hex | 74 | 2E | D | 0 | 3C | 59 | 37 | 13 | 50 | 19 |
| Octal | 164 | 56 | 15 | 0 | 74 | 131 | 67 | 23 | 120 | 31 |
| Binary | 1110100 | 101110 | 1101 | 0 | 111100 | 1011001 | 110111 | 10011 | 1010000 | 11001 |
Color Harmonies of #742E0D
Complementary color
Monochromatic Colors of #742E0D
Black with #742E0D
Text Example
Text Example
White with #742E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742E0D; }
p { color: rgb(116,46,13); }
H1.HeaderClassName
{
color: #742E0D;
}
.AnyTagClassName
{
color: #742E0D;
}
</style>
background-color css
<style>
a { background-color: #742E0D; }
a { background-color: rgb(116,46,13); }
div.DivClassName
{
background-color: #742E0D;
}
.BgClassName
{
background-color: #742E0D;
}
</style>
border-color css
<style>
span { border-color: #742E0D; }
span { border-color: rgb(116,46,13); }
td.TdClassName
{
border-color: #742E0D;
}
.TagClassName
{
border-color: #742E0D;
}
</style>