Shades of Peru Tan #74260A
Tints of Peru Tan #74260A
RGB
CMYK
RGB Variations
Color information
#74260A (or 0x74260A) is known color: Peru Tan. HEX triplet: 74, 26 and 0A. RGB value is (116,38,10). Sum of RGB (Red+Green+Blue) = 116+38+10=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #74260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74260A is #8BD9F5. Grayscale: #3A3A3A. Windows color (decimal): -9165302 or 665204. OLE color: 665204.
HSL color Cylindrical-coordinate representation of color #74260A: hue angle of 15.85º 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 #74260A is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 38 | 10 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.55 |
| HSL | 15.85º | 0.84% | 0.25% | - |
| HSV(B) | 15.85º | 0.91% | 0.45% | - |
| XYZ | 7.95 | 5.12 | 0.86 | - |
| YUV | 58.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 10 | 0 | 0.67 | 0.91 | 0.55 | 15.85 | 0.84 | 0.25 |
| Hex | 74 | 26 | A | 0 | 43 | 5B | 37 | 10 | 54 | 19 |
| Octal | 164 | 46 | 12 | 0 | 103 | 133 | 67 | 20 | 124 | 31 |
| Binary | 1110100 | 100110 | 1010 | 0 | 1000011 | 1011011 | 110111 | 10000 | 1010100 | 11001 |
Color Harmonies of #74260A
Complementary color
Monochromatic Colors of #74260A
Black with #74260A
Text Example
Text Example
White with #74260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74260A; }
p { color: rgb(116,38,10); }
H1.HeaderClassName
{
color: #74260A;
}
.AnyTagClassName
{
color: #74260A;
}
</style>
background-color css
<style>
a { background-color: #74260A; }
a { background-color: rgb(116,38,10); }
div.DivClassName
{
background-color: #74260A;
}
.BgClassName
{
background-color: #74260A;
}
</style>
border-color css
<style>
span { border-color: #74260A; }
span { border-color: rgb(116,38,10); }
td.TdClassName
{
border-color: #74260A;
}
.TagClassName
{
border-color: #74260A;
}
</style>