Shades of Peru Tan #743F25
Tints of Peru Tan #743F25
RGB
CMYK
RGB Variations
Color information
#743F25 (or 0x743F25) is known color: Peru Tan. HEX triplet: 74, 3F and 25. RGB value is (116,63,37). Sum of RGB (Red+Green+Blue) = 116+63+37=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #743F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F25 is #8BC0DA. Grayscale: #4C4C4C. Windows color (decimal): -9158875 or 2441076. OLE color: 2441076.
HSL color Cylindrical-coordinate representation of color #743F25: hue angle of 19.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #743F25 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 37 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.55 |
| HSL | 19.75º | 0.52% | 0.3% | - |
| HSV(B) | 19.75º | 0.68% | 0.45% | - |
| XYZ | 9.31 | 7.4 | 2.69 | - |
| YUV | 75.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 37 | 0 | 0.46 | 0.68 | 0.55 | 19.75 | 0.52 | 0.3 |
| Hex | 74 | 3F | 25 | 0 | 2E | 44 | 37 | 14 | 34 | 1E |
| Octal | 164 | 77 | 45 | 0 | 56 | 104 | 67 | 24 | 64 | 36 |
| Binary | 1110100 | 111111 | 100101 | 0 | 101110 | 1000100 | 110111 | 10100 | 110100 | 11110 |
Color Harmonies of #743F25
Complementary color
Monochromatic Colors of #743F25
Black with #743F25
Text Example
Text Example
White with #743F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F25; }
p { color: rgb(116,63,37); }
H1.HeaderClassName
{
color: #743F25;
}
.AnyTagClassName
{
color: #743F25;
}
</style>
background-color css
<style>
a { background-color: #743F25; }
a { background-color: rgb(116,63,37); }
div.DivClassName
{
background-color: #743F25;
}
.BgClassName
{
background-color: #743F25;
}
</style>
border-color css
<style>
span { border-color: #743F25; }
span { border-color: rgb(116,63,37); }
td.TdClassName
{
border-color: #743F25;
}
.TagClassName
{
border-color: #743F25;
}
</style>