Shades of Peru Tan #733C14
Tints of Peru Tan #733C14
RGB
CMYK
RGB Variations
Color information
#733C14 (or 0x733C14) is known color: Peru Tan. HEX triplet: 73, 3C and 14. RGB value is (115,60,20). Sum of RGB (Red+Green+Blue) = 115+60+20=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #733C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733C14 is #8CC3EB. Grayscale: #484848. Windows color (decimal): -9225196 or 1326195. OLE color: 1326195.
HSL color Cylindrical-coordinate representation of color #733C14: hue angle of 25.26º degrees, saturation: 0.7, 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 #733C14 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 20 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.55 |
| HSL | 25.26º | 0.7% | 0.26% | - |
| HSV(B) | 25.26º | 0.83% | 0.45% | - |
| XYZ | 8.81 | 6.93 | 1.53 | - |
| YUV | 71.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 20 | 0 | 0.48 | 0.83 | 0.55 | 25.26 | 0.7 | 0.26 |
| Hex | 73 | 3C | 14 | 0 | 30 | 53 | 37 | 19 | 46 | 1A |
| Octal | 163 | 74 | 24 | 0 | 60 | 123 | 67 | 31 | 106 | 32 |
| Binary | 1110011 | 111100 | 10100 | 0 | 110000 | 1010011 | 110111 | 11001 | 1000110 | 11010 |
Color Harmonies of #733C14
Complementary color
Monochromatic Colors of #733C14
Black with #733C14
Text Example
Text Example
White with #733C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C14; }
p { color: rgb(115,60,20); }
H1.HeaderClassName
{
color: #733C14;
}
.AnyTagClassName
{
color: #733C14;
}
</style>
background-color css
<style>
a { background-color: #733C14; }
a { background-color: rgb(115,60,20); }
div.DivClassName
{
background-color: #733C14;
}
.BgClassName
{
background-color: #733C14;
}
</style>
border-color css
<style>
span { border-color: #733C14; }
span { border-color: rgb(115,60,20); }
td.TdClassName
{
border-color: #733C14;
}
.TagClassName
{
border-color: #733C14;
}
</style>