Shades of Peru Tan #74401C
Tints of Peru Tan #74401C
RGB
CMYK
RGB Variations
Color information
#74401C (or 0x74401C) is known color: Peru Tan. HEX triplet: 74, 40 and 1C. RGB value is (116,64,28). Sum of RGB (Red+Green+Blue) = 116+64+28=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #74401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74401C is #8BBFE3. Grayscale: #4B4B4B. Windows color (decimal): -9158628 or 1851508. OLE color: 1851508.
HSL color Cylindrical-coordinate representation of color #74401C: hue angle of 24.55º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74401C is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 28 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.55 |
| HSL | 24.55º | 0.61% | 0.28% | - |
| HSV(B) | 24.55º | 0.76% | 0.45% | - |
| XYZ | 9.25 | 7.46 | 2.05 | - |
| YUV | 75.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 28 | 0 | 0.45 | 0.76 | 0.55 | 24.55 | 0.61 | 0.28 |
| Hex | 74 | 40 | 1C | 0 | 2D | 4C | 37 | 19 | 3D | 1C |
| Octal | 164 | 100 | 34 | 0 | 55 | 114 | 67 | 31 | 75 | 34 |
| Binary | 1110100 | 1000000 | 11100 | 0 | 101101 | 1001100 | 110111 | 11001 | 111101 | 11100 |
Color Harmonies of #74401C
Complementary color
Monochromatic Colors of #74401C
Black with #74401C
Text Example
Text Example
White with #74401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74401C; }
p { color: rgb(116,64,28); }
H1.HeaderClassName
{
color: #74401C;
}
.AnyTagClassName
{
color: #74401C;
}
</style>
background-color css
<style>
a { background-color: #74401C; }
a { background-color: rgb(116,64,28); }
div.DivClassName
{
background-color: #74401C;
}
.BgClassName
{
background-color: #74401C;
}
</style>
border-color css
<style>
span { border-color: #74401C; }
span { border-color: rgb(116,64,28); }
td.TdClassName
{
border-color: #74401C;
}
.TagClassName
{
border-color: #74401C;
}
</style>