Shades of Peru Tan #74321A
Tints of Peru Tan #74321A
RGB
CMYK
RGB Variations
Color information
#74321A (or 0x74321A) is known color: Peru Tan. HEX triplet: 74, 32 and 1A. RGB value is (116,50,26). Sum of RGB (Red+Green+Blue) = 116+50+26=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #74321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74321A is #8BCDE5. Grayscale: #434343. Windows color (decimal): -9162214 or 1716852. OLE color: 1716852.
HSL color Cylindrical-coordinate representation of color #74321A: hue angle of 16º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74321A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 26 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.55 |
| HSL | 16º | 0.63% | 0.28% | - |
| HSV(B) | 16º | 0.78% | 0.45% | - |
| XYZ | 8.53 | 6.07 | 1.7 | - |
| YUV | 67 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 26 | 0 | 0.57 | 0.78 | 0.55 | 16 | 0.63 | 0.28 |
| Hex | 74 | 32 | 1A | 0 | 39 | 4E | 37 | 10 | 3F | 1C |
| Octal | 164 | 62 | 32 | 0 | 71 | 116 | 67 | 20 | 77 | 34 |
| Binary | 1110100 | 110010 | 11010 | 0 | 111001 | 1001110 | 110111 | 10000 | 111111 | 11100 |
Color Harmonies of #74321A
Complementary color
Monochromatic Colors of #74321A
Black with #74321A
Text Example
Text Example
White with #74321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74321A; }
p { color: rgb(116,50,26); }
H1.HeaderClassName
{
color: #74321A;
}
.AnyTagClassName
{
color: #74321A;
}
</style>
background-color css
<style>
a { background-color: #74321A; }
a { background-color: rgb(116,50,26); }
div.DivClassName
{
background-color: #74321A;
}
.BgClassName
{
background-color: #74321A;
}
</style>
border-color css
<style>
span { border-color: #74321A; }
span { border-color: rgb(116,50,26); }
td.TdClassName
{
border-color: #74321A;
}
.TagClassName
{
border-color: #74321A;
}
</style>