Shades of Peru Tan #733A20
Tints of Peru Tan #733A20
RGB
CMYK
RGB Variations
Color information
#733A20 (or 0x733A20) is known color: Peru Tan. HEX triplet: 73, 3A and 20. RGB value is (115,58,32). Sum of RGB (Red+Green+Blue) = 115+58+32=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A20 is #8CC5DF. Grayscale: #484848. Windows color (decimal): -9225696 or 2112115. OLE color: 2112115.
HSL color Cylindrical-coordinate representation of color #733A20: hue angle of 18.8º 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 #733A20 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 32 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.55 |
| HSL | 18.8º | 0.56% | 0.29% | - |
| HSV(B) | 18.8º | 0.72% | 0.45% | - |
| XYZ | 8.84 | 6.78 | 2.21 | - |
| YUV | 72.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 32 | 0 | 0.50 | 0.72 | 0.55 | 18.8 | 0.56 | 0.29 |
| Hex | 73 | 3A | 20 | 0 | 32 | 48 | 37 | 13 | 38 | 1D |
| Octal | 163 | 72 | 40 | 0 | 62 | 110 | 67 | 23 | 70 | 35 |
| Binary | 1110011 | 111010 | 100000 | 0 | 110010 | 1001000 | 110111 | 10011 | 111000 | 11101 |
Color Harmonies of #733A20
Complementary color
Monochromatic Colors of #733A20
Black with #733A20
Text Example
Text Example
White with #733A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A20; }
p { color: rgb(115,58,32); }
H1.HeaderClassName
{
color: #733A20;
}
.AnyTagClassName
{
color: #733A20;
}
</style>
background-color css
<style>
a { background-color: #733A20; }
a { background-color: rgb(115,58,32); }
div.DivClassName
{
background-color: #733A20;
}
.BgClassName
{
background-color: #733A20;
}
</style>
border-color css
<style>
span { border-color: #733A20; }
span { border-color: rgb(115,58,32); }
td.TdClassName
{
border-color: #733A20;
}
.TagClassName
{
border-color: #733A20;
}
</style>