Shades of Peru Tan #742C0D
Tints of Peru Tan #742C0D
RGB
CMYK
RGB Variations
Color information
#742C0D (or 0x742C0D) is known color: Peru Tan. HEX triplet: 74, 2C and 0D. RGB value is (116,44,13). Sum of RGB (Red+Green+Blue) = 116+44+13=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #742C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742C0D is #8BD3F2. Grayscale: #3E3E3E. Windows color (decimal): -9163763 or 863348. OLE color: 863348.
HSL color Cylindrical-coordinate representation of color #742C0D: hue angle of 18.06º 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 #742C0D is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 44 | 13 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.55 |
| HSL | 18.06º | 0.8% | 0.25% | - |
| HSV(B) | 18.06º | 0.89% | 0.45% | - |
| XYZ | 8.18 | 5.54 | 1.02 | - |
| YUV | 61.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 44 | 13 | 0 | 0.62 | 0.89 | 0.55 | 18.06 | 0.8 | 0.25 |
| Hex | 74 | 2C | D | 0 | 3E | 59 | 37 | 12 | 50 | 19 |
| Octal | 164 | 54 | 15 | 0 | 76 | 131 | 67 | 22 | 120 | 31 |
| Binary | 1110100 | 101100 | 1101 | 0 | 111110 | 1011001 | 110111 | 10010 | 1010000 | 11001 |
Color Harmonies of #742C0D
Complementary color
Monochromatic Colors of #742C0D
Black with #742C0D
Text Example
Text Example
White with #742C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742C0D; }
p { color: rgb(116,44,13); }
H1.HeaderClassName
{
color: #742C0D;
}
.AnyTagClassName
{
color: #742C0D;
}
</style>
background-color css
<style>
a { background-color: #742C0D; }
a { background-color: rgb(116,44,13); }
div.DivClassName
{
background-color: #742C0D;
}
.BgClassName
{
background-color: #742C0D;
}
</style>
border-color css
<style>
span { border-color: #742C0D; }
span { border-color: rgb(116,44,13); }
td.TdClassName
{
border-color: #742C0D;
}
.TagClassName
{
border-color: #742C0D;
}
</style>