Shades of Peru Tan #733F1F
Tints of Peru Tan #733F1F
RGB
CMYK
RGB Variations
Color information
#733F1F (or 0x733F1F) is known color: Peru Tan. HEX triplet: 73, 3F and 1F. RGB value is (115,63,31). Sum of RGB (Red+Green+Blue) = 115+63+31=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F1F is #8CC0E0. Grayscale: #4B4B4B. Windows color (decimal): -9224417 or 2047859. OLE color: 2047859.
HSL color Cylindrical-coordinate representation of color #733F1F: hue angle of 22.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #733F1F is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 31 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.55 |
| HSL | 22.86º | 0.58% | 0.29% | - |
| HSV(B) | 22.86º | 0.73% | 0.45% | - |
| XYZ | 9.1 | 7.3 | 2.23 | - |
| YUV | 74.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 31 | 0 | 0.45 | 0.73 | 0.55 | 22.86 | 0.58 | 0.29 |
| Hex | 73 | 3F | 1F | 0 | 2D | 49 | 37 | 17 | 3A | 1D |
| Octal | 163 | 77 | 37 | 0 | 55 | 111 | 67 | 27 | 72 | 35 |
| Binary | 1110011 | 111111 | 11111 | 0 | 101101 | 1001001 | 110111 | 10111 | 111010 | 11101 |
Color Harmonies of #733F1F
Complementary color
Monochromatic Colors of #733F1F
Black with #733F1F
Text Example
Text Example
White with #733F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F1F; }
p { color: rgb(115,63,31); }
H1.HeaderClassName
{
color: #733F1F;
}
.AnyTagClassName
{
color: #733F1F;
}
</style>
background-color css
<style>
a { background-color: #733F1F; }
a { background-color: rgb(115,63,31); }
div.DivClassName
{
background-color: #733F1F;
}
.BgClassName
{
background-color: #733F1F;
}
</style>
border-color css
<style>
span { border-color: #733F1F; }
span { border-color: rgb(115,63,31); }
td.TdClassName
{
border-color: #733F1F;
}
.TagClassName
{
border-color: #733F1F;
}
</style>