Shades of Peru Tan #74290A
Tints of Peru Tan #74290A
RGB
CMYK
RGB Variations
Color information
#74290A (or 0x74290A) is known color: Peru Tan. HEX triplet: 74, 29 and 0A. RGB value is (116,41,10). Sum of RGB (Red+Green+Blue) = 116+41+10=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74290A is #8BD6F5. Grayscale: #3C3C3C. Windows color (decimal): -9164534 or 665972. OLE color: 665972.
HSL color Cylindrical-coordinate representation of color #74290A: hue angle of 17.55º 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 #74290A is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 10 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.55 |
| HSL | 17.55º | 0.84% | 0.25% | - |
| HSV(B) | 17.55º | 0.91% | 0.45% | - |
| XYZ | 8.05 | 5.32 | 0.89 | - |
| YUV | 59.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 10 | 0 | 0.65 | 0.91 | 0.55 | 17.55 | 0.84 | 0.25 |
| Hex | 74 | 29 | A | 0 | 41 | 5B | 37 | 12 | 54 | 19 |
| Octal | 164 | 51 | 12 | 0 | 101 | 133 | 67 | 22 | 124 | 31 |
| Binary | 1110100 | 101001 | 1010 | 0 | 1000001 | 1011011 | 110111 | 10010 | 1010100 | 11001 |
Color Harmonies of #74290A
Complementary color
Monochromatic Colors of #74290A
Black with #74290A
Text Example
Text Example
White with #74290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74290A; }
p { color: rgb(116,41,10); }
H1.HeaderClassName
{
color: #74290A;
}
.AnyTagClassName
{
color: #74290A;
}
</style>
background-color css
<style>
a { background-color: #74290A; }
a { background-color: rgb(116,41,10); }
div.DivClassName
{
background-color: #74290A;
}
.BgClassName
{
background-color: #74290A;
}
</style>
border-color css
<style>
span { border-color: #74290A; }
span { border-color: rgb(116,41,10); }
td.TdClassName
{
border-color: #74290A;
}
.TagClassName
{
border-color: #74290A;
}
</style>