Shades of Peru Tan #74431D
Tints of Peru Tan #74431D
RGB
CMYK
RGB Variations
Color information
#74431D (or 0x74431D) is known color: Peru Tan. HEX triplet: 74, 43 and 1D. RGB value is (116,67,29). Sum of RGB (Red+Green+Blue) = 116+67+29=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74431D is #8BBCE2. Grayscale: #4D4D4D. Windows color (decimal): -9157859 or 1917812. OLE color: 1917812.
HSL color Cylindrical-coordinate representation of color #74431D: hue angle of 26.21º 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 #74431D is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 29 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.55 |
| HSL | 26.21º | 0.6% | 0.28% | - |
| HSV(B) | 26.21º | 0.75% | 0.45% | - |
| XYZ | 9.43 | 7.82 | 2.17 | - |
| YUV | 77.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 29 | 0 | 0.42 | 0.75 | 0.55 | 26.21 | 0.6 | 0.28 |
| Hex | 74 | 43 | 1D | 0 | 2A | 4B | 37 | 1A | 3C | 1C |
| Octal | 164 | 103 | 35 | 0 | 52 | 113 | 67 | 32 | 74 | 34 |
| Binary | 1110100 | 1000011 | 11101 | 0 | 101010 | 1001011 | 110111 | 11010 | 111100 | 11100 |
Color Harmonies of #74431D
Complementary color
Monochromatic Colors of #74431D
Black with #74431D
Text Example
Text Example
White with #74431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74431D; }
p { color: rgb(116,67,29); }
H1.HeaderClassName
{
color: #74431D;
}
.AnyTagClassName
{
color: #74431D;
}
</style>
background-color css
<style>
a { background-color: #74431D; }
a { background-color: rgb(116,67,29); }
div.DivClassName
{
background-color: #74431D;
}
.BgClassName
{
background-color: #74431D;
}
</style>
border-color css
<style>
span { border-color: #74431D; }
span { border-color: rgb(116,67,29); }
td.TdClassName
{
border-color: #74431D;
}
.TagClassName
{
border-color: #74431D;
}
</style>