Shades of Peru Tan #742F09
Tints of Peru Tan #742F09
RGB
CMYK
RGB Variations
Color information
#742F09 (or 0x742F09) is known color: Peru Tan. HEX triplet: 74, 2F and 09. RGB value is (116,47,9). Sum of RGB (Red+Green+Blue) = 116+47+9=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742F09 is #8BD0F6. Grayscale: #3F3F3F. Windows color (decimal): -9162999 or 601972. OLE color: 601972.
HSL color Cylindrical-coordinate representation of color #742F09: hue angle of 21.31º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #742F09 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 9 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.55 |
| HSL | 21.31º | 0.86% | 0.25% | - |
| HSV(B) | 21.31º | 0.92% | 0.45% | - |
| XYZ | 8.27 | 5.77 | 0.94 | - |
| YUV | 63.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 9 | 0 | 0.59 | 0.92 | 0.55 | 21.31 | 0.86 | 0.25 |
| Hex | 74 | 2F | 9 | 0 | 3B | 5C | 37 | 15 | 56 | 19 |
| Octal | 164 | 57 | 11 | 0 | 73 | 134 | 67 | 25 | 126 | 31 |
| Binary | 1110100 | 101111 | 1001 | 0 | 111011 | 1011100 | 110111 | 10101 | 1010110 | 11001 |
Color Harmonies of #742F09
Complementary color
Monochromatic Colors of #742F09
Black with #742F09
Text Example
Text Example
White with #742F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F09; }
p { color: rgb(116,47,9); }
H1.HeaderClassName
{
color: #742F09;
}
.AnyTagClassName
{
color: #742F09;
}
</style>
background-color css
<style>
a { background-color: #742F09; }
a { background-color: rgb(116,47,9); }
div.DivClassName
{
background-color: #742F09;
}
.BgClassName
{
background-color: #742F09;
}
</style>
border-color css
<style>
span { border-color: #742F09; }
span { border-color: rgb(116,47,9); }
td.TdClassName
{
border-color: #742F09;
}
.TagClassName
{
border-color: #742F09;
}
</style>