Shades of Peru Tan #732D10
Tints of Peru Tan #732D10
RGB
CMYK
RGB Variations
Color information
#732D10 (or 0x732D10) is known color: Peru Tan. HEX triplet: 73, 2D and 10. RGB value is (115,45,16). Sum of RGB (Red+Green+Blue) = 115+45+16=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #732D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D10 is #8CD2EF. Grayscale: #3E3E3E. Windows color (decimal): -9229040 or 1060211. OLE color: 1060211.
HSL color Cylindrical-coordinate representation of color #732D10: hue angle of 17.58º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #732D10 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 16 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.55 |
| HSL | 17.58º | 0.76% | 0.26% | - |
| HSV(B) | 17.58º | 0.86% | 0.45% | - |
| XYZ | 8.1 | 5.56 | 1.14 | - |
| YUV | 62.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 16 | 0 | 0.61 | 0.86 | 0.55 | 17.58 | 0.76 | 0.26 |
| Hex | 73 | 2D | 10 | 0 | 3D | 56 | 37 | 12 | 4C | 1A |
| Octal | 163 | 55 | 20 | 0 | 75 | 126 | 67 | 22 | 114 | 32 |
| Binary | 1110011 | 101101 | 10000 | 0 | 111101 | 1010110 | 110111 | 10010 | 1001100 | 11010 |
Color Harmonies of #732D10
Complementary color
Monochromatic Colors of #732D10
Black with #732D10
Text Example
Text Example
White with #732D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D10; }
p { color: rgb(115,45,16); }
H1.HeaderClassName
{
color: #732D10;
}
.AnyTagClassName
{
color: #732D10;
}
</style>
background-color css
<style>
a { background-color: #732D10; }
a { background-color: rgb(115,45,16); }
div.DivClassName
{
background-color: #732D10;
}
.BgClassName
{
background-color: #732D10;
}
</style>
border-color css
<style>
span { border-color: #732D10; }
span { border-color: rgb(115,45,16); }
td.TdClassName
{
border-color: #732D10;
}
.TagClassName
{
border-color: #732D10;
}
</style>