Shades of Peru Tan #743C20
Tints of Peru Tan #743C20
RGB
CMYK
RGB Variations
Color information
#743C20 (or 0x743C20) is known color: Peru Tan. HEX triplet: 74, 3C and 20. RGB value is (116,60,32). Sum of RGB (Red+Green+Blue) = 116+60+32=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #743C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C20 is #8BC3DF. Grayscale: #494949. Windows color (decimal): -9159648 or 2112628. OLE color: 2112628.
HSL color Cylindrical-coordinate representation of color #743C20: hue angle of 20º 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 #743C20 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 32 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.55 |
| HSL | 20º | 0.57% | 0.29% | - |
| HSV(B) | 20º | 0.72% | 0.45% | - |
| XYZ | 9.08 | 7.05 | 2.25 | - |
| YUV | 73.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 32 | 0 | 0.48 | 0.72 | 0.55 | 20 | 0.57 | 0.29 |
| Hex | 74 | 3C | 20 | 0 | 30 | 48 | 37 | 14 | 39 | 1D |
| Octal | 164 | 74 | 40 | 0 | 60 | 110 | 67 | 24 | 71 | 35 |
| Binary | 1110100 | 111100 | 100000 | 0 | 110000 | 1001000 | 110111 | 10100 | 111001 | 11101 |
Color Harmonies of #743C20
Complementary color
Monochromatic Colors of #743C20
Black with #743C20
Text Example
Text Example
White with #743C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C20; }
p { color: rgb(116,60,32); }
H1.HeaderClassName
{
color: #743C20;
}
.AnyTagClassName
{
color: #743C20;
}
</style>
background-color css
<style>
a { background-color: #743C20; }
a { background-color: rgb(116,60,32); }
div.DivClassName
{
background-color: #743C20;
}
.BgClassName
{
background-color: #743C20;
}
</style>
border-color css
<style>
span { border-color: #743C20; }
span { border-color: rgb(116,60,32); }
td.TdClassName
{
border-color: #743C20;
}
.TagClassName
{
border-color: #743C20;
}
</style>