Shades of Peru Tan #74290C
Tints of Peru Tan #74290C
RGB
CMYK
RGB Variations
Color information
#74290C (or 0x74290C) is known color: Peru Tan. HEX triplet: 74, 29 and 0C. RGB value is (116,41,12). Sum of RGB (Red+Green+Blue) = 116+41+12=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #74290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74290C is #8BD6F3. Grayscale: #3C3C3C. Windows color (decimal): -9164532 or 797044. OLE color: 797044.
HSL color Cylindrical-coordinate representation of color #74290C: hue angle of 16.73º 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 #74290C is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 12 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.55 |
| HSL | 16.73º | 0.81% | 0.25% | - |
| HSV(B) | 16.73º | 0.9% | 0.45% | - |
| XYZ | 8.06 | 5.33 | 0.95 | - |
| YUV | 60.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 12 | 0 | 0.65 | 0.90 | 0.55 | 16.73 | 0.81 | 0.25 |
| Hex | 74 | 29 | C | 0 | 41 | 5A | 37 | 11 | 51 | 19 |
| Octal | 164 | 51 | 14 | 0 | 101 | 132 | 67 | 21 | 121 | 31 |
| Binary | 1110100 | 101001 | 1100 | 0 | 1000001 | 1011010 | 110111 | 10001 | 1010001 | 11001 |
Color Harmonies of #74290C
Complementary color
Monochromatic Colors of #74290C
Black with #74290C
Text Example
Text Example
White with #74290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74290C; }
p { color: rgb(116,41,12); }
H1.HeaderClassName
{
color: #74290C;
}
.AnyTagClassName
{
color: #74290C;
}
</style>
background-color css
<style>
a { background-color: #74290C; }
a { background-color: rgb(116,41,12); }
div.DivClassName
{
background-color: #74290C;
}
.BgClassName
{
background-color: #74290C;
}
</style>
border-color css
<style>
span { border-color: #74290C; }
span { border-color: rgb(116,41,12); }
td.TdClassName
{
border-color: #74290C;
}
.TagClassName
{
border-color: #74290C;
}
</style>