Shades of Peru Tan #733F24
Tints of Peru Tan #733F24
RGB
CMYK
RGB Variations
Color information
#733F24 (or 0x733F24) is known color: Peru Tan. HEX triplet: 73, 3F and 24. RGB value is (115,63,36). Sum of RGB (Red+Green+Blue) = 115+63+36=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #733F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F24 is #8CC0DB. Grayscale: #4B4B4B. Windows color (decimal): -9224412 or 2375539. OLE color: 2375539.
HSL color Cylindrical-coordinate representation of color #733F24: hue angle of 20.51º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733F24 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 36 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.55 |
| HSL | 20.51º | 0.52% | 0.3% | - |
| HSV(B) | 20.51º | 0.69% | 0.45% | - |
| XYZ | 9.17 | 7.33 | 2.6 | - |
| YUV | 75.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 36 | 0 | 0.45 | 0.69 | 0.55 | 20.51 | 0.52 | 0.3 |
| Hex | 73 | 3F | 24 | 0 | 2D | 45 | 37 | 15 | 34 | 1E |
| Octal | 163 | 77 | 44 | 0 | 55 | 105 | 67 | 25 | 64 | 36 |
| Binary | 1110011 | 111111 | 100100 | 0 | 101101 | 1000101 | 110111 | 10101 | 110100 | 11110 |
Color Harmonies of #733F24
Complementary color
Monochromatic Colors of #733F24
Black with #733F24
Text Example
Text Example
White with #733F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F24; }
p { color: rgb(115,63,36); }
H1.HeaderClassName
{
color: #733F24;
}
.AnyTagClassName
{
color: #733F24;
}
</style>
background-color css
<style>
a { background-color: #733F24; }
a { background-color: rgb(115,63,36); }
div.DivClassName
{
background-color: #733F24;
}
.BgClassName
{
background-color: #733F24;
}
</style>
border-color css
<style>
span { border-color: #733F24; }
span { border-color: rgb(115,63,36); }
td.TdClassName
{
border-color: #733F24;
}
.TagClassName
{
border-color: #733F24;
}
</style>