Shades of Peru Tan #733C22
Tints of Peru Tan #733C22
RGB
CMYK
RGB Variations
Color information
#733C22 (or 0x733C22) is known color: Peru Tan. HEX triplet: 73, 3C and 22. RGB value is (115,60,34). Sum of RGB (Red+Green+Blue) = 115+60+34=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 34 (13.67% from 255 or 16.27% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C22 is #8CC3DD. Grayscale: #494949. Windows color (decimal): -9225182 or 2243699. OLE color: 2243699.
HSL color Cylindrical-coordinate representation of color #733C22: hue angle of 19.26º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733C22 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 34 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.55 |
| HSL | 19.26º | 0.54% | 0.29% | - |
| HSV(B) | 19.26º | 0.7% | 0.45% | - |
| XYZ | 8.97 | 6.99 | 2.39 | - |
| YUV | 73.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 34 | 0 | 0.48 | 0.70 | 0.55 | 19.26 | 0.54 | 0.29 |
| Hex | 73 | 3C | 22 | 0 | 30 | 46 | 37 | 13 | 36 | 1D |
| Octal | 163 | 74 | 42 | 0 | 60 | 106 | 67 | 23 | 66 | 35 |
| Binary | 1110011 | 111100 | 100010 | 0 | 110000 | 1000110 | 110111 | 10011 | 110110 | 11101 |
Color Harmonies of #733C22
Complementary color
Monochromatic Colors of #733C22
Black with #733C22
Text Example
Text Example
White with #733C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C22; }
p { color: rgb(115,60,34); }
H1.HeaderClassName
{
color: #733C22;
}
.AnyTagClassName
{
color: #733C22;
}
</style>
background-color css
<style>
a { background-color: #733C22; }
a { background-color: rgb(115,60,34); }
div.DivClassName
{
background-color: #733C22;
}
.BgClassName
{
background-color: #733C22;
}
</style>
border-color css
<style>
span { border-color: #733C22; }
span { border-color: rgb(115,60,34); }
td.TdClassName
{
border-color: #733C22;
}
.TagClassName
{
border-color: #733C22;
}
</style>