Shades of Peru Tan #733B13
Tints of Peru Tan #733B13
RGB
CMYK
RGB Variations
Color information
#733B13 (or 0x733B13) is known color: Peru Tan. HEX triplet: 73, 3B and 13. RGB value is (115,59,19). Sum of RGB (Red+Green+Blue) = 115+59+19=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #733B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733B13 is #8CC4EC. Grayscale: #474747. Windows color (decimal): -9225453 or 1260403. OLE color: 1260403.
HSL color Cylindrical-coordinate representation of color #733B13: hue angle of 25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #733B13 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 19 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.55 |
| HSL | 25º | 0.72% | 0.26% | - |
| HSV(B) | 25º | 0.83% | 0.45% | - |
| XYZ | 8.75 | 6.82 | 1.47 | - |
| YUV | 71.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 19 | 0 | 0.49 | 0.83 | 0.55 | 25 | 0.72 | 0.26 |
| Hex | 73 | 3B | 13 | 0 | 31 | 53 | 37 | 19 | 48 | 1A |
| Octal | 163 | 73 | 23 | 0 | 61 | 123 | 67 | 31 | 110 | 32 |
| Binary | 1110011 | 111011 | 10011 | 0 | 110001 | 1010011 | 110111 | 11001 | 1001000 | 11010 |
Color Harmonies of #733B13
Complementary color
Monochromatic Colors of #733B13
Black with #733B13
Text Example
Text Example
White with #733B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B13; }
p { color: rgb(115,59,19); }
H1.HeaderClassName
{
color: #733B13;
}
.AnyTagClassName
{
color: #733B13;
}
</style>
background-color css
<style>
a { background-color: #733B13; }
a { background-color: rgb(115,59,19); }
div.DivClassName
{
background-color: #733B13;
}
.BgClassName
{
background-color: #733B13;
}
</style>
border-color css
<style>
span { border-color: #733B13; }
span { border-color: rgb(115,59,19); }
td.TdClassName
{
border-color: #733B13;
}
.TagClassName
{
border-color: #733B13;
}
</style>