Shades of Peru Tan #743F24
Tints of Peru Tan #743F24
RGB
CMYK
RGB Variations
Color information
#743F24 (or 0x743F24) is known color: Peru Tan. HEX triplet: 74, 3F and 24. RGB value is (116,63,36). Sum of RGB (Red+Green+Blue) = 116+63+36=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F24 is #8BC0DB. Grayscale: #4B4B4B. Windows color (decimal): -9158876 or 2375540. OLE color: 2375540.
HSL color Cylindrical-coordinate representation of color #743F24: hue angle of 20.25º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #743F24 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 36 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.55 |
| HSL | 20.25º | 0.53% | 0.3% | - |
| HSV(B) | 20.25º | 0.69% | 0.45% | - |
| XYZ | 9.3 | 7.4 | 2.61 | - |
| YUV | 75.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 36 | 0 | 0.46 | 0.69 | 0.55 | 20.25 | 0.53 | 0.3 |
| Hex | 74 | 3F | 24 | 0 | 2E | 45 | 37 | 14 | 35 | 1E |
| Octal | 164 | 77 | 44 | 0 | 56 | 105 | 67 | 24 | 65 | 36 |
| Binary | 1110100 | 111111 | 100100 | 0 | 101110 | 1000101 | 110111 | 10100 | 110101 | 11110 |
Color Harmonies of #743F24
Complementary color
Monochromatic Colors of #743F24
Black with #743F24
Text Example
Text Example
White with #743F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F24; }
p { color: rgb(116,63,36); }
H1.HeaderClassName
{
color: #743F24;
}
.AnyTagClassName
{
color: #743F24;
}
</style>
background-color css
<style>
a { background-color: #743F24; }
a { background-color: rgb(116,63,36); }
div.DivClassName
{
background-color: #743F24;
}
.BgClassName
{
background-color: #743F24;
}
</style>
border-color css
<style>
span { border-color: #743F24; }
span { border-color: rgb(116,63,36); }
td.TdClassName
{
border-color: #743F24;
}
.TagClassName
{
border-color: #743F24;
}
</style>