Shades of Peru Tan #732D12
Tints of Peru Tan #732D12
RGB
CMYK
RGB Variations
Color information
#732D12 (or 0x732D12) is known color: Peru Tan. HEX triplet: 73, 2D and 12. RGB value is (115,45,18). Sum of RGB (Red+Green+Blue) = 115+45+18=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #732D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D12 is #8CD2ED. Grayscale: #3F3F3F. Windows color (decimal): -9229038 or 1191283. OLE color: 1191283.
HSL color Cylindrical-coordinate representation of color #732D12: hue angle of 16.7º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #732D12 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 18 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.55 |
| HSL | 16.7º | 0.73% | 0.26% | - |
| HSV(B) | 16.7º | 0.84% | 0.45% | - |
| XYZ | 8.12 | 5.57 | 1.22 | - |
| YUV | 62.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 18 | 0 | 0.61 | 0.84 | 0.55 | 16.7 | 0.73 | 0.26 |
| Hex | 73 | 2D | 12 | 0 | 3D | 54 | 37 | 11 | 49 | 1A |
| Octal | 163 | 55 | 22 | 0 | 75 | 124 | 67 | 21 | 111 | 32 |
| Binary | 1110011 | 101101 | 10010 | 0 | 111101 | 1010100 | 110111 | 10001 | 1001001 | 11010 |
Color Harmonies of #732D12
Complementary color
Monochromatic Colors of #732D12
Black with #732D12
Text Example
Text Example
White with #732D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D12; }
p { color: rgb(115,45,18); }
H1.HeaderClassName
{
color: #732D12;
}
.AnyTagClassName
{
color: #732D12;
}
</style>
background-color css
<style>
a { background-color: #732D12; }
a { background-color: rgb(115,45,18); }
div.DivClassName
{
background-color: #732D12;
}
.BgClassName
{
background-color: #732D12;
}
</style>
border-color css
<style>
span { border-color: #732D12; }
span { border-color: rgb(115,45,18); }
td.TdClassName
{
border-color: #732D12;
}
.TagClassName
{
border-color: #732D12;
}
</style>