Shades of Peru Tan #732D11
Tints of Peru Tan #732D11
RGB
CMYK
RGB Variations
Color information
#732D11 (or 0x732D11) is known color: Peru Tan. HEX triplet: 73, 2D and 11. RGB value is (115,45,17). Sum of RGB (Red+Green+Blue) = 115+45+17=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #732D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D11 is #8CD2EE. Grayscale: #3E3E3E. Windows color (decimal): -9229039 or 1125747. OLE color: 1125747.
HSL color Cylindrical-coordinate representation of color #732D11: hue angle of 17.14º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #732D11 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 17 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.55 |
| HSL | 17.14º | 0.74% | 0.26% | - |
| HSV(B) | 17.14º | 0.85% | 0.45% | - |
| XYZ | 8.11 | 5.56 | 1.18 | - |
| YUV | 62.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 17 | 0 | 0.61 | 0.85 | 0.55 | 17.14 | 0.74 | 0.26 |
| Hex | 73 | 2D | 11 | 0 | 3D | 55 | 37 | 11 | 4A | 1A |
| Octal | 163 | 55 | 21 | 0 | 75 | 125 | 67 | 21 | 112 | 32 |
| Binary | 1110011 | 101101 | 10001 | 0 | 111101 | 1010101 | 110111 | 10001 | 1001010 | 11010 |
Color Harmonies of #732D11
Complementary color
Monochromatic Colors of #732D11
Black with #732D11
Text Example
Text Example
White with #732D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D11; }
p { color: rgb(115,45,17); }
H1.HeaderClassName
{
color: #732D11;
}
.AnyTagClassName
{
color: #732D11;
}
</style>
background-color css
<style>
a { background-color: #732D11; }
a { background-color: rgb(115,45,17); }
div.DivClassName
{
background-color: #732D11;
}
.BgClassName
{
background-color: #732D11;
}
</style>
border-color css
<style>
span { border-color: #732D11; }
span { border-color: rgb(115,45,17); }
td.TdClassName
{
border-color: #732D11;
}
.TagClassName
{
border-color: #732D11;
}
</style>