Shades of Peru Tan #733C20
Tints of Peru Tan #733C20
RGB
CMYK
RGB Variations
Color information
#733C20 (or 0x733C20) is known color: Peru Tan. HEX triplet: 73, 3C and 20. RGB value is (115,60,32). Sum of RGB (Red+Green+Blue) = 115+60+32=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #733C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C20 is #8CC3DF. Grayscale: #494949. Windows color (decimal): -9225184 or 2112627. OLE color: 2112627.
HSL color Cylindrical-coordinate representation of color #733C20: hue angle of 20.24º degrees, saturation: 0.56, 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 #733C20 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 32 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.55 |
| HSL | 20.24º | 0.56% | 0.29% | - |
| HSV(B) | 20.24º | 0.72% | 0.45% | - |
| XYZ | 8.95 | 6.98 | 2.24 | - |
| YUV | 73.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 32 | 0 | 0.48 | 0.72 | 0.55 | 20.24 | 0.56 | 0.29 |
| Hex | 73 | 3C | 20 | 0 | 30 | 48 | 37 | 14 | 38 | 1D |
| Octal | 163 | 74 | 40 | 0 | 60 | 110 | 67 | 24 | 70 | 35 |
| Binary | 1110011 | 111100 | 100000 | 0 | 110000 | 1001000 | 110111 | 10100 | 111000 | 11101 |
Color Harmonies of #733C20
Complementary color
Monochromatic Colors of #733C20
Black with #733C20
Text Example
Text Example
White with #733C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C20; }
p { color: rgb(115,60,32); }
H1.HeaderClassName
{
color: #733C20;
}
.AnyTagClassName
{
color: #733C20;
}
</style>
background-color css
<style>
a { background-color: #733C20; }
a { background-color: rgb(115,60,32); }
div.DivClassName
{
background-color: #733C20;
}
.BgClassName
{
background-color: #733C20;
}
</style>
border-color css
<style>
span { border-color: #733C20; }
span { border-color: rgb(115,60,32); }
td.TdClassName
{
border-color: #733C20;
}
.TagClassName
{
border-color: #733C20;
}
</style>