Shades of Peru Tan #733D1B
Tints of Peru Tan #733D1B
RGB
CMYK
RGB Variations
Color information
#733D1B (or 0x733D1B) is known color: Peru Tan. HEX triplet: 73, 3D and 1B. RGB value is (115,61,27). Sum of RGB (Red+Green+Blue) = 115+61+27=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #733D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733D1B is #8CC2E4. Grayscale: #494949. Windows color (decimal): -9224933 or 1785203. OLE color: 1785203.
HSL color Cylindrical-coordinate representation of color #733D1B: hue angle of 23.18º 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 #733D1B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 27 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.55 |
| HSL | 23.18º | 0.62% | 0.28% | - |
| HSV(B) | 23.18º | 0.77% | 0.45% | - |
| XYZ | 8.94 | 7.06 | 1.93 | - |
| YUV | 73.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 27 | 0 | 0.47 | 0.77 | 0.55 | 23.18 | 0.62 | 0.28 |
| Hex | 73 | 3D | 1B | 0 | 2F | 4D | 37 | 17 | 3E | 1C |
| Octal | 163 | 75 | 33 | 0 | 57 | 115 | 67 | 27 | 76 | 34 |
| Binary | 1110011 | 111101 | 11011 | 0 | 101111 | 1001101 | 110111 | 10111 | 111110 | 11100 |
Color Harmonies of #733D1B
Complementary color
Monochromatic Colors of #733D1B
Black with #733D1B
Text Example
Text Example
White with #733D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D1B; }
p { color: rgb(115,61,27); }
H1.HeaderClassName
{
color: #733D1B;
}
.AnyTagClassName
{
color: #733D1B;
}
</style>
background-color css
<style>
a { background-color: #733D1B; }
a { background-color: rgb(115,61,27); }
div.DivClassName
{
background-color: #733D1B;
}
.BgClassName
{
background-color: #733D1B;
}
</style>
border-color css
<style>
span { border-color: #733D1B; }
span { border-color: rgb(115,61,27); }
td.TdClassName
{
border-color: #733D1B;
}
.TagClassName
{
border-color: #733D1B;
}
</style>