Shades of Peru Tan #74351D
Tints of Peru Tan #74351D
RGB
CMYK
RGB Variations
Color information
#74351D (or 0x74351D) is known color: Peru Tan. HEX triplet: 74, 35 and 1D. RGB value is (116,53,29). Sum of RGB (Red+Green+Blue) = 116+53+29=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74351D is #8BCAE2. Grayscale: #454545. Windows color (decimal): -9161443 or 1914228. OLE color: 1914228.
HSL color Cylindrical-coordinate representation of color #74351D: hue angle of 16.55º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74351D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 29 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.55 |
| HSL | 16.55º | 0.6% | 0.28% | - |
| HSV(B) | 16.55º | 0.75% | 0.45% | - |
| XYZ | 8.7 | 6.35 | 1.93 | - |
| YUV | 69.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 29 | 0 | 0.54 | 0.75 | 0.55 | 16.55 | 0.6 | 0.28 |
| Hex | 74 | 35 | 1D | 0 | 36 | 4B | 37 | 11 | 3C | 1C |
| Octal | 164 | 65 | 35 | 0 | 66 | 113 | 67 | 21 | 74 | 34 |
| Binary | 1110100 | 110101 | 11101 | 0 | 110110 | 1001011 | 110111 | 10001 | 111100 | 11100 |
Color Harmonies of #74351D
Complementary color
Monochromatic Colors of #74351D
Black with #74351D
Text Example
Text Example
White with #74351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74351D; }
p { color: rgb(116,53,29); }
H1.HeaderClassName
{
color: #74351D;
}
.AnyTagClassName
{
color: #74351D;
}
</style>
background-color css
<style>
a { background-color: #74351D; }
a { background-color: rgb(116,53,29); }
div.DivClassName
{
background-color: #74351D;
}
.BgClassName
{
background-color: #74351D;
}
</style>
border-color css
<style>
span { border-color: #74351D; }
span { border-color: rgb(116,53,29); }
td.TdClassName
{
border-color: #74351D;
}
.TagClassName
{
border-color: #74351D;
}
</style>