Shades of Peru Tan #743F20
Tints of Peru Tan #743F20
RGB
CMYK
RGB Variations
Color information
#743F20 (or 0x743F20) is known color: Peru Tan. HEX triplet: 74, 3F and 20. RGB value is (116,63,32). Sum of RGB (Red+Green+Blue) = 116+63+32=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743F20 is #8BC0DF. Grayscale: #4B4B4B. Windows color (decimal): -9158880 or 2113396. OLE color: 2113396.
HSL color Cylindrical-coordinate representation of color #743F20: hue angle of 22.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743F20 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 32 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.55 |
| HSL | 22.14º | 0.57% | 0.29% | - |
| HSV(B) | 22.14º | 0.72% | 0.45% | - |
| XYZ | 9.24 | 7.37 | 2.3 | - |
| YUV | 75.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 32 | 0 | 0.46 | 0.72 | 0.55 | 22.14 | 0.57 | 0.29 |
| Hex | 74 | 3F | 20 | 0 | 2E | 48 | 37 | 16 | 39 | 1D |
| Octal | 164 | 77 | 40 | 0 | 56 | 110 | 67 | 26 | 71 | 35 |
| Binary | 1110100 | 111111 | 100000 | 0 | 101110 | 1001000 | 110111 | 10110 | 111001 | 11101 |
Color Harmonies of #743F20
Complementary color
Monochromatic Colors of #743F20
Black with #743F20
Text Example
Text Example
White with #743F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F20; }
p { color: rgb(116,63,32); }
H1.HeaderClassName
{
color: #743F20;
}
.AnyTagClassName
{
color: #743F20;
}
</style>
background-color css
<style>
a { background-color: #743F20; }
a { background-color: rgb(116,63,32); }
div.DivClassName
{
background-color: #743F20;
}
.BgClassName
{
background-color: #743F20;
}
</style>
border-color css
<style>
span { border-color: #743F20; }
span { border-color: rgb(116,63,32); }
td.TdClassName
{
border-color: #743F20;
}
.TagClassName
{
border-color: #743F20;
}
</style>