Shades of Peru Tan #74421D
Tints of Peru Tan #74421D
RGB
CMYK
RGB Variations
Color information
#74421D (or 0x74421D) is known color: Peru Tan. HEX triplet: 74, 42 and 1D. RGB value is (116,66,29). Sum of RGB (Red+Green+Blue) = 116+66+29=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74421D is #8BBDE2. Grayscale: #4C4C4C. Windows color (decimal): -9158115 or 1917556. OLE color: 1917556.
HSL color Cylindrical-coordinate representation of color #74421D: hue angle of 25.52º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74421D is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 29 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.55 |
| HSL | 25.52º | 0.6% | 0.28% | - |
| HSV(B) | 25.52º | 0.75% | 0.45% | - |
| XYZ | 9.37 | 7.7 | 2.15 | - |
| YUV | 76.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 29 | 0 | 0.43 | 0.75 | 0.55 | 25.52 | 0.6 | 0.28 |
| Hex | 74 | 42 | 1D | 0 | 2B | 4B | 37 | 1A | 3C | 1C |
| Octal | 164 | 102 | 35 | 0 | 53 | 113 | 67 | 32 | 74 | 34 |
| Binary | 1110100 | 1000010 | 11101 | 0 | 101011 | 1001011 | 110111 | 11010 | 111100 | 11100 |
Color Harmonies of #74421D
Complementary color
Monochromatic Colors of #74421D
Black with #74421D
Text Example
Text Example
White with #74421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74421D; }
p { color: rgb(116,66,29); }
H1.HeaderClassName
{
color: #74421D;
}
.AnyTagClassName
{
color: #74421D;
}
</style>
background-color css
<style>
a { background-color: #74421D; }
a { background-color: rgb(116,66,29); }
div.DivClassName
{
background-color: #74421D;
}
.BgClassName
{
background-color: #74421D;
}
</style>
border-color css
<style>
span { border-color: #74421D; }
span { border-color: rgb(116,66,29); }
td.TdClassName
{
border-color: #74421D;
}
.TagClassName
{
border-color: #74421D;
}
</style>