Shades of Peru Tan #742C0A
Tints of Peru Tan #742C0A
RGB
CMYK
RGB Variations
Color information
#742C0A (or 0x742C0A) is known color: Peru Tan. HEX triplet: 74, 2C and 0A. RGB value is (116,44,10). Sum of RGB (Red+Green+Blue) = 116+44+10=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C0A is #8BD3F5. Grayscale: #3D3D3D. Windows color (decimal): -9163766 or 666740. OLE color: 666740.
HSL color Cylindrical-coordinate representation of color #742C0A: hue angle of 19.25º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #742C0A is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 10 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.55 |
| HSL | 19.25º | 0.84% | 0.25% | - |
| HSV(B) | 19.25º | 0.91% | 0.45% | - |
| XYZ | 8.16 | 5.54 | 0.93 | - |
| YUV | 61.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 10 | 0 | 0.62 | 0.91 | 0.55 | 19.25 | 0.84 | 0.25 |
| Hex | 74 | 2C | A | 0 | 3E | 5B | 37 | 13 | 54 | 19 |
| Octal | 164 | 54 | 12 | 0 | 76 | 133 | 67 | 23 | 124 | 31 |
| Binary | 1110100 | 101100 | 1010 | 0 | 111110 | 1011011 | 110111 | 10011 | 1010100 | 11001 |
Color Harmonies of #742C0A
Complementary color
Monochromatic Colors of #742C0A
Black with #742C0A
Text Example
Text Example
White with #742C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C0A; }
p { color: rgb(116,44,10); }
H1.HeaderClassName
{
color: #742C0A;
}
.AnyTagClassName
{
color: #742C0A;
}
</style>
background-color css
<style>
a { background-color: #742C0A; }
a { background-color: rgb(116,44,10); }
div.DivClassName
{
background-color: #742C0A;
}
.BgClassName
{
background-color: #742C0A;
}
</style>
border-color css
<style>
span { border-color: #742C0A; }
span { border-color: rgb(116,44,10); }
td.TdClassName
{
border-color: #742C0A;
}
.TagClassName
{
border-color: #742C0A;
}
</style>