Shades of Peru Tan #74401E
Tints of Peru Tan #74401E
RGB
CMYK
RGB Variations
Color information
#74401E (or 0x74401E) is known color: Peru Tan. HEX triplet: 74, 40 and 1E. RGB value is (116,64,30). Sum of RGB (Red+Green+Blue) = 116+64+30=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74401E is #8BBFE1. Grayscale: #4B4B4B. Windows color (decimal): -9158626 or 1982580. OLE color: 1982580.
HSL color Cylindrical-coordinate representation of color #74401E: hue angle of 23.72º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74401E is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 30 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.55 |
| HSL | 23.72º | 0.59% | 0.29% | - |
| HSV(B) | 23.72º | 0.74% | 0.45% | - |
| XYZ | 9.27 | 7.47 | 2.18 | - |
| YUV | 75.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 30 | 0 | 0.45 | 0.74 | 0.55 | 23.72 | 0.59 | 0.29 |
| Hex | 74 | 40 | 1E | 0 | 2D | 4A | 37 | 18 | 3B | 1D |
| Octal | 164 | 100 | 36 | 0 | 55 | 112 | 67 | 30 | 73 | 35 |
| Binary | 1110100 | 1000000 | 11110 | 0 | 101101 | 1001010 | 110111 | 11000 | 111011 | 11101 |
Color Harmonies of #74401E
Complementary color
Monochromatic Colors of #74401E
Black with #74401E
Text Example
Text Example
White with #74401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74401E; }
p { color: rgb(116,64,30); }
H1.HeaderClassName
{
color: #74401E;
}
.AnyTagClassName
{
color: #74401E;
}
</style>
background-color css
<style>
a { background-color: #74401E; }
a { background-color: rgb(116,64,30); }
div.DivClassName
{
background-color: #74401E;
}
.BgClassName
{
background-color: #74401E;
}
</style>
border-color css
<style>
span { border-color: #74401E; }
span { border-color: rgb(116,64,30); }
td.TdClassName
{
border-color: #74401E;
}
.TagClassName
{
border-color: #74401E;
}
</style>