Shades of Peru Tan #74441F
Tints of Peru Tan #74441F
RGB
CMYK
RGB Variations
Color information
#74441F (or 0x74441F) is known color: Peru Tan. HEX triplet: 74, 44 and 1F. RGB value is (116,68,31). Sum of RGB (Red+Green+Blue) = 116+68+31=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74441F is #8BBBE0. Grayscale: #4E4E4E. Windows color (decimal): -9157601 or 2049140. OLE color: 2049140.
HSL color Cylindrical-coordinate representation of color #74441F: hue angle of 26.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74441F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 31 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.55 |
| HSL | 26.12º | 0.58% | 0.29% | - |
| HSV(B) | 26.12º | 0.73% | 0.45% | - |
| XYZ | 9.52 | 7.95 | 2.33 | - |
| YUV | 78.13 | 101.4 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 31 | 0 | 0.41 | 0.73 | 0.55 | 26.12 | 0.58 | 0.29 |
| Hex | 74 | 44 | 1F | 0 | 29 | 49 | 37 | 1A | 3A | 1D |
| Octal | 164 | 104 | 37 | 0 | 51 | 111 | 67 | 32 | 72 | 35 |
| Binary | 1110100 | 1000100 | 11111 | 0 | 101001 | 1001001 | 110111 | 11010 | 111010 | 11101 |
Color Harmonies of #74441F
Complementary color
Monochromatic Colors of #74441F
Black with #74441F
Text Example
Text Example
White with #74441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74441F; }
p { color: rgb(116,68,31); }
H1.HeaderClassName
{
color: #74441F;
}
.AnyTagClassName
{
color: #74441F;
}
</style>
background-color css
<style>
a { background-color: #74441F; }
a { background-color: rgb(116,68,31); }
div.DivClassName
{
background-color: #74441F;
}
.BgClassName
{
background-color: #74441F;
}
</style>
border-color css
<style>
span { border-color: #74441F; }
span { border-color: rgb(116,68,31); }
td.TdClassName
{
border-color: #74441F;
}
.TagClassName
{
border-color: #74441F;
}
</style>