Shades of Peru Tan #732C10
Tints of Peru Tan #732C10
RGB
CMYK
RGB Variations
Color information
#732C10 (or 0x732C10) is known color: Peru Tan. HEX triplet: 73, 2C and 10. RGB value is (115,44,16). Sum of RGB (Red+Green+Blue) = 115+44+16=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #732C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732C10 is #8CD3EF. Grayscale: #3E3E3E. Windows color (decimal): -9229296 or 1059955. OLE color: 1059955.
HSL color Cylindrical-coordinate representation of color #732C10: hue angle of 16.97º 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 #732C10 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 16 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.55 |
| HSL | 16.97º | 0.76% | 0.26% | - |
| HSV(B) | 16.97º | 0.86% | 0.45% | - |
| XYZ | 8.06 | 5.48 | 1.12 | - |
| YUV | 62.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 16 | 0 | 0.62 | 0.86 | 0.55 | 16.97 | 0.76 | 0.26 |
| Hex | 73 | 2C | 10 | 0 | 3E | 56 | 37 | 11 | 4C | 1A |
| Octal | 163 | 54 | 20 | 0 | 76 | 126 | 67 | 21 | 114 | 32 |
| Binary | 1110011 | 101100 | 10000 | 0 | 111110 | 1010110 | 110111 | 10001 | 1001100 | 11010 |
Color Harmonies of #732C10
Complementary color
Monochromatic Colors of #732C10
Black with #732C10
Text Example
Text Example
White with #732C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C10; }
p { color: rgb(115,44,16); }
H1.HeaderClassName
{
color: #732C10;
}
.AnyTagClassName
{
color: #732C10;
}
</style>
background-color css
<style>
a { background-color: #732C10; }
a { background-color: rgb(115,44,16); }
div.DivClassName
{
background-color: #732C10;
}
.BgClassName
{
background-color: #732C10;
}
</style>
border-color css
<style>
span { border-color: #732C10; }
span { border-color: rgb(115,44,16); }
td.TdClassName
{
border-color: #732C10;
}
.TagClassName
{
border-color: #732C10;
}
</style>