Shades of Peru Tan #74320E
Tints of Peru Tan #74320E
RGB
CMYK
RGB Variations
Color information
#74320E (or 0x74320E) is known color: Peru Tan. HEX triplet: 74, 32 and 0E. RGB value is (116,50,14). Sum of RGB (Red+Green+Blue) = 116+50+14=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #74320E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74320E is #8BCDF1. Grayscale: #414141. Windows color (decimal): -9162226 or 930420. OLE color: 930420.
HSL color Cylindrical-coordinate representation of color #74320E: hue angle of 21.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74320E is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 14 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.55 |
| HSL | 21.18º | 0.78% | 0.25% | - |
| HSV(B) | 21.18º | 0.88% | 0.45% | - |
| XYZ | 8.42 | 6.03 | 1.13 | - |
| YUV | 65.63 | 98.87 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 14 | 0 | 0.57 | 0.88 | 0.55 | 21.18 | 0.78 | 0.25 |
| Hex | 74 | 32 | E | 0 | 39 | 58 | 37 | 15 | 4E | 19 |
| Octal | 164 | 62 | 16 | 0 | 71 | 130 | 67 | 25 | 116 | 31 |
| Binary | 1110100 | 110010 | 1110 | 0 | 111001 | 1011000 | 110111 | 10101 | 1001110 | 11001 |
Color Harmonies of #74320E
Complementary color
Monochromatic Colors of #74320E
Black with #74320E
Text Example
Text Example
White with #74320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74320E; }
p { color: rgb(116,50,14); }
H1.HeaderClassName
{
color: #74320E;
}
.AnyTagClassName
{
color: #74320E;
}
</style>
background-color css
<style>
a { background-color: #74320E; }
a { background-color: rgb(116,50,14); }
div.DivClassName
{
background-color: #74320E;
}
.BgClassName
{
background-color: #74320E;
}
</style>
border-color css
<style>
span { border-color: #74320E; }
span { border-color: rgb(116,50,14); }
td.TdClassName
{
border-color: #74320E;
}
.TagClassName
{
border-color: #74320E;
}
</style>