Shades of Peru Tan #733A1B
Tints of Peru Tan #733A1B
RGB
CMYK
RGB Variations
Color information
#733A1B (or 0x733A1B) is known color: Peru Tan. HEX triplet: 73, 3A and 1B. RGB value is (115,58,27). Sum of RGB (Red+Green+Blue) = 115+58+27=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #733A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A1B is #8CC5E4. Grayscale: #474747. Windows color (decimal): -9225701 or 1784435. OLE color: 1784435.
HSL color Cylindrical-coordinate representation of color #733A1B: hue angle of 21.14º 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 #733A1B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 27 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.55 |
| HSL | 21.14º | 0.62% | 0.28% | - |
| HSV(B) | 21.14º | 0.77% | 0.45% | - |
| XYZ | 8.78 | 6.75 | 1.88 | - |
| YUV | 71.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 27 | 0 | 0.50 | 0.77 | 0.55 | 21.14 | 0.62 | 0.28 |
| Hex | 73 | 3A | 1B | 0 | 32 | 4D | 37 | 15 | 3E | 1C |
| Octal | 163 | 72 | 33 | 0 | 62 | 115 | 67 | 25 | 76 | 34 |
| Binary | 1110011 | 111010 | 11011 | 0 | 110010 | 1001101 | 110111 | 10101 | 111110 | 11100 |
Color Harmonies of #733A1B
Complementary color
Monochromatic Colors of #733A1B
Black with #733A1B
Text Example
Text Example
White with #733A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A1B; }
p { color: rgb(115,58,27); }
H1.HeaderClassName
{
color: #733A1B;
}
.AnyTagClassName
{
color: #733A1B;
}
</style>
background-color css
<style>
a { background-color: #733A1B; }
a { background-color: rgb(115,58,27); }
div.DivClassName
{
background-color: #733A1B;
}
.BgClassName
{
background-color: #733A1B;
}
</style>
border-color css
<style>
span { border-color: #733A1B; }
span { border-color: rgb(115,58,27); }
td.TdClassName
{
border-color: #733A1B;
}
.TagClassName
{
border-color: #733A1B;
}
</style>