Shades of Peru Tan #742F0C
Tints of Peru Tan #742F0C
RGB
CMYK
RGB Variations
Color information
#742F0C (or 0x742F0C) is known color: Peru Tan. HEX triplet: 74, 2F and 0C. RGB value is (116,47,12). Sum of RGB (Red+Green+Blue) = 116+47+12=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F0C is #8BD0F3. Grayscale: #3F3F3F. Windows color (decimal): -9162996 or 798580. OLE color: 798580.
HSL color Cylindrical-coordinate representation of color #742F0C: hue angle of 20.19º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #742F0C is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 12 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.55 |
| HSL | 20.19º | 0.81% | 0.25% | - |
| HSV(B) | 20.19º | 0.9% | 0.45% | - |
| XYZ | 8.29 | 5.77 | 1.03 | - |
| YUV | 63.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 12 | 0 | 0.59 | 0.90 | 0.55 | 20.19 | 0.81 | 0.25 |
| Hex | 74 | 2F | C | 0 | 3B | 5A | 37 | 14 | 51 | 19 |
| Octal | 164 | 57 | 14 | 0 | 73 | 132 | 67 | 24 | 121 | 31 |
| Binary | 1110100 | 101111 | 1100 | 0 | 111011 | 1011010 | 110111 | 10100 | 1010001 | 11001 |
Color Harmonies of #742F0C
Complementary color
Monochromatic Colors of #742F0C
Black with #742F0C
Text Example
Text Example
White with #742F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F0C; }
p { color: rgb(116,47,12); }
H1.HeaderClassName
{
color: #742F0C;
}
.AnyTagClassName
{
color: #742F0C;
}
</style>
background-color css
<style>
a { background-color: #742F0C; }
a { background-color: rgb(116,47,12); }
div.DivClassName
{
background-color: #742F0C;
}
.BgClassName
{
background-color: #742F0C;
}
</style>
border-color css
<style>
span { border-color: #742F0C; }
span { border-color: rgb(116,47,12); }
td.TdClassName
{
border-color: #742F0C;
}
.TagClassName
{
border-color: #742F0C;
}
</style>