Shades of Peru Tan #732D0C
Tints of Peru Tan #732D0C
RGB
CMYK
RGB Variations
Color information
#732D0C (or 0x732D0C) is known color: Peru Tan. HEX triplet: 73, 2D and 0C. RGB value is (115,45,12). Sum of RGB (Red+Green+Blue) = 115+45+12=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #732D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732D0C is #8CD2F3. Grayscale: #3E3E3E. Windows color (decimal): -9229044 or 798067. OLE color: 798067.
HSL color Cylindrical-coordinate representation of color #732D0C: hue angle of 19.22º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #732D0C is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 12 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.55 |
| HSL | 19.22º | 0.81% | 0.25% | - |
| HSV(B) | 19.22º | 0.9% | 0.45% | - |
| XYZ | 8.07 | 5.55 | 0.99 | - |
| YUV | 62.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 12 | 0 | 0.61 | 0.90 | 0.55 | 19.22 | 0.81 | 0.25 |
| Hex | 73 | 2D | C | 0 | 3D | 5A | 37 | 13 | 51 | 19 |
| Octal | 163 | 55 | 14 | 0 | 75 | 132 | 67 | 23 | 121 | 31 |
| Binary | 1110011 | 101101 | 1100 | 0 | 111101 | 1011010 | 110111 | 10011 | 1010001 | 11001 |
Color Harmonies of #732D0C
Complementary color
Monochromatic Colors of #732D0C
Black with #732D0C
Text Example
Text Example
White with #732D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D0C; }
p { color: rgb(115,45,12); }
H1.HeaderClassName
{
color: #732D0C;
}
.AnyTagClassName
{
color: #732D0C;
}
</style>
background-color css
<style>
a { background-color: #732D0C; }
a { background-color: rgb(115,45,12); }
div.DivClassName
{
background-color: #732D0C;
}
.BgClassName
{
background-color: #732D0C;
}
</style>
border-color css
<style>
span { border-color: #732D0C; }
span { border-color: rgb(115,45,12); }
td.TdClassName
{
border-color: #732D0C;
}
.TagClassName
{
border-color: #732D0C;
}
</style>