Shades of Peru Tan #733C19
Tints of Peru Tan #733C19
RGB
CMYK
RGB Variations
Color information
#733C19 (or 0x733C19) is known color: Peru Tan. HEX triplet: 73, 3C and 19. RGB value is (115,60,25). Sum of RGB (Red+Green+Blue) = 115+60+25=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #733C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C19 is #8CC3E6. Grayscale: #484848. Windows color (decimal): -9225191 or 1653875. OLE color: 1653875.
HSL color Cylindrical-coordinate representation of color #733C19: hue angle of 23.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #733C19 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 25 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.55 |
| HSL | 23.33º | 0.64% | 0.27% | - |
| HSV(B) | 23.33º | 0.78% | 0.45% | - |
| XYZ | 8.86 | 6.95 | 1.79 | - |
| YUV | 72.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 25 | 0 | 0.48 | 0.78 | 0.55 | 23.33 | 0.64 | 0.27 |
| Hex | 73 | 3C | 19 | 0 | 30 | 4E | 37 | 17 | 40 | 1B |
| Octal | 163 | 74 | 31 | 0 | 60 | 116 | 67 | 27 | 100 | 33 |
| Binary | 1110011 | 111100 | 11001 | 0 | 110000 | 1001110 | 110111 | 10111 | 1000000 | 11011 |
Color Harmonies of #733C19
Complementary color
Monochromatic Colors of #733C19
Black with #733C19
Text Example
Text Example
White with #733C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C19; }
p { color: rgb(115,60,25); }
H1.HeaderClassName
{
color: #733C19;
}
.AnyTagClassName
{
color: #733C19;
}
</style>
background-color css
<style>
a { background-color: #733C19; }
a { background-color: rgb(115,60,25); }
div.DivClassName
{
background-color: #733C19;
}
.BgClassName
{
background-color: #733C19;
}
</style>
border-color css
<style>
span { border-color: #733C19; }
span { border-color: rgb(115,60,25); }
td.TdClassName
{
border-color: #733C19;
}
.TagClassName
{
border-color: #733C19;
}
</style>