Shades of Peru Tan #74330E
Tints of Peru Tan #74330E
RGB
CMYK
RGB Variations
Color information
#74330E (or 0x74330E) is known color: Peru Tan. HEX triplet: 74, 33 and 0E. RGB value is (116,51,14). Sum of RGB (Red+Green+Blue) = 116+51+14=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74330E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74330E is #8BCCF1. Grayscale: #424242. Windows color (decimal): -9161970 or 930676. OLE color: 930676.
HSL color Cylindrical-coordinate representation of color #74330E: hue angle of 21.76º 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 #74330E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 14 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.55 |
| HSL | 21.76º | 0.78% | 0.25% | - |
| HSV(B) | 21.76º | 0.88% | 0.45% | - |
| XYZ | 8.47 | 6.11 | 1.15 | - |
| YUV | 66.22 | 98.53 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 14 | 0 | 0.56 | 0.88 | 0.55 | 21.76 | 0.78 | 0.25 |
| Hex | 74 | 33 | E | 0 | 38 | 58 | 37 | 16 | 4E | 19 |
| Octal | 164 | 63 | 16 | 0 | 70 | 130 | 67 | 26 | 116 | 31 |
| Binary | 1110100 | 110011 | 1110 | 0 | 111000 | 1011000 | 110111 | 10110 | 1001110 | 11001 |
Color Harmonies of #74330E
Complementary color
Monochromatic Colors of #74330E
Black with #74330E
Text Example
Text Example
White with #74330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74330E; }
p { color: rgb(116,51,14); }
H1.HeaderClassName
{
color: #74330E;
}
.AnyTagClassName
{
color: #74330E;
}
</style>
background-color css
<style>
a { background-color: #74330E; }
a { background-color: rgb(116,51,14); }
div.DivClassName
{
background-color: #74330E;
}
.BgClassName
{
background-color: #74330E;
}
</style>
border-color css
<style>
span { border-color: #74330E; }
span { border-color: rgb(116,51,14); }
td.TdClassName
{
border-color: #74330E;
}
.TagClassName
{
border-color: #74330E;
}
</style>