Shades of Peru Tan #733F1B
Tints of Peru Tan #733F1B
RGB
CMYK
RGB Variations
Color information
#733F1B (or 0x733F1B) is known color: Peru Tan. HEX triplet: 73, 3F and 1B. RGB value is (115,63,27). Sum of RGB (Red+Green+Blue) = 115+63+27=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F1B is #8CC0E4. Grayscale: #4A4A4A. Windows color (decimal): -9224421 or 1785715. OLE color: 1785715.
HSL color Cylindrical-coordinate representation of color #733F1B: hue angle of 24.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #733F1B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 27 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.55 |
| HSL | 24.55º | 0.62% | 0.28% | - |
| HSV(B) | 24.55º | 0.77% | 0.45% | - |
| XYZ | 9.05 | 7.28 | 1.97 | - |
| YUV | 74.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 27 | 0 | 0.45 | 0.77 | 0.55 | 24.55 | 0.62 | 0.28 |
| Hex | 73 | 3F | 1B | 0 | 2D | 4D | 37 | 19 | 3E | 1C |
| Octal | 163 | 77 | 33 | 0 | 55 | 115 | 67 | 31 | 76 | 34 |
| Binary | 1110011 | 111111 | 11011 | 0 | 101101 | 1001101 | 110111 | 11001 | 111110 | 11100 |
Color Harmonies of #733F1B
Complementary color
Monochromatic Colors of #733F1B
Black with #733F1B
Text Example
Text Example
White with #733F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F1B; }
p { color: rgb(115,63,27); }
H1.HeaderClassName
{
color: #733F1B;
}
.AnyTagClassName
{
color: #733F1B;
}
</style>
background-color css
<style>
a { background-color: #733F1B; }
a { background-color: rgb(115,63,27); }
div.DivClassName
{
background-color: #733F1B;
}
.BgClassName
{
background-color: #733F1B;
}
</style>
border-color css
<style>
span { border-color: #733F1B; }
span { border-color: rgb(115,63,27); }
td.TdClassName
{
border-color: #733F1B;
}
.TagClassName
{
border-color: #733F1B;
}
</style>