Shades of Peru Tan #733D24
Tints of Peru Tan #733D24
RGB
CMYK
RGB Variations
Color information
#733D24 (or 0x733D24) is known color: Peru Tan. HEX triplet: 73, 3D and 24. RGB value is (115,61,36). Sum of RGB (Red+Green+Blue) = 115+61+36=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #733D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D24 is #8CC2DB. Grayscale: #4A4A4A. Windows color (decimal): -9224924 or 2375027. OLE color: 2375027.
HSL color Cylindrical-coordinate representation of color #733D24: hue angle of 18.99º 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 #733D24 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 36 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.55 |
| HSL | 18.99º | 0.52% | 0.3% | - |
| HSV(B) | 18.99º | 0.69% | 0.45% | - |
| XYZ | 9.06 | 7.11 | 2.56 | - |
| YUV | 74.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 36 | 0 | 0.47 | 0.69 | 0.55 | 18.99 | 0.52 | 0.3 |
| Hex | 73 | 3D | 24 | 0 | 2F | 45 | 37 | 13 | 34 | 1E |
| Octal | 163 | 75 | 44 | 0 | 57 | 105 | 67 | 23 | 64 | 36 |
| Binary | 1110011 | 111101 | 100100 | 0 | 101111 | 1000101 | 110111 | 10011 | 110100 | 11110 |
Color Harmonies of #733D24
Complementary color
Monochromatic Colors of #733D24
Black with #733D24
Text Example
Text Example
White with #733D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D24; }
p { color: rgb(115,61,36); }
H1.HeaderClassName
{
color: #733D24;
}
.AnyTagClassName
{
color: #733D24;
}
</style>
background-color css
<style>
a { background-color: #733D24; }
a { background-color: rgb(115,61,36); }
div.DivClassName
{
background-color: #733D24;
}
.BgClassName
{
background-color: #733D24;
}
</style>
border-color css
<style>
span { border-color: #733D24; }
span { border-color: rgb(115,61,36); }
td.TdClassName
{
border-color: #733D24;
}
.TagClassName
{
border-color: #733D24;
}
</style>