Shades of Peru Tan #732F11
Tints of Peru Tan #732F11
RGB
CMYK
RGB Variations
Color information
#732F11 (or 0x732F11) is known color: Peru Tan. HEX triplet: 73, 2F and 11. RGB value is (115,47,17). Sum of RGB (Red+Green+Blue) = 115+47+17=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #732F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732F11 is #8CD0EE. Grayscale: #404040. Windows color (decimal): -9228527 or 1126259. OLE color: 1126259.
HSL color Cylindrical-coordinate representation of color #732F11: hue angle of 18.37º 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 #732F11 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 17 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.55 |
| HSL | 18.37º | 0.74% | 0.26% | - |
| HSV(B) | 18.37º | 0.85% | 0.45% | - |
| XYZ | 8.19 | 5.72 | 1.2 | - |
| YUV | 63.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 17 | 0 | 0.59 | 0.85 | 0.55 | 18.37 | 0.74 | 0.26 |
| Hex | 73 | 2F | 11 | 0 | 3B | 55 | 37 | 12 | 4A | 1A |
| Octal | 163 | 57 | 21 | 0 | 73 | 125 | 67 | 22 | 112 | 32 |
| Binary | 1110011 | 101111 | 10001 | 0 | 111011 | 1010101 | 110111 | 10010 | 1001010 | 11010 |
Color Harmonies of #732F11
Complementary color
Monochromatic Colors of #732F11
Black with #732F11
Text Example
Text Example
White with #732F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F11; }
p { color: rgb(115,47,17); }
H1.HeaderClassName
{
color: #732F11;
}
.AnyTagClassName
{
color: #732F11;
}
</style>
background-color css
<style>
a { background-color: #732F11; }
a { background-color: rgb(115,47,17); }
div.DivClassName
{
background-color: #732F11;
}
.BgClassName
{
background-color: #732F11;
}
</style>
border-color css
<style>
span { border-color: #732F11; }
span { border-color: rgb(115,47,17); }
td.TdClassName
{
border-color: #732F11;
}
.TagClassName
{
border-color: #732F11;
}
</style>