Shades of Peru Tan #732F0F
Tints of Peru Tan #732F0F
RGB
CMYK
RGB Variations
Color information
#732F0F (or 0x732F0F) is known color: Peru Tan. HEX triplet: 73, 2F and 0F. RGB value is (115,47,15). Sum of RGB (Red+Green+Blue) = 115+47+15=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #732F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732F0F is #8CD0F0. Grayscale: #3F3F3F. Windows color (decimal): -9228529 or 995187. OLE color: 995187.
HSL color Cylindrical-coordinate representation of color #732F0F: hue angle of 19.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #732F0F is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 15 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.55 |
| HSL | 19.2º | 0.77% | 0.25% | - |
| HSV(B) | 19.2º | 0.87% | 0.45% | - |
| XYZ | 8.17 | 5.71 | 1.12 | - |
| YUV | 63.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 15 | 0 | 0.59 | 0.87 | 0.55 | 19.2 | 0.77 | 0.25 |
| Hex | 73 | 2F | F | 0 | 3B | 57 | 37 | 13 | 4D | 19 |
| Octal | 163 | 57 | 17 | 0 | 73 | 127 | 67 | 23 | 115 | 31 |
| Binary | 1110011 | 101111 | 1111 | 0 | 111011 | 1010111 | 110111 | 10011 | 1001101 | 11001 |
Color Harmonies of #732F0F
Complementary color
Monochromatic Colors of #732F0F
Black with #732F0F
Text Example
Text Example
White with #732F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F0F; }
p { color: rgb(115,47,15); }
H1.HeaderClassName
{
color: #732F0F;
}
.AnyTagClassName
{
color: #732F0F;
}
</style>
background-color css
<style>
a { background-color: #732F0F; }
a { background-color: rgb(115,47,15); }
div.DivClassName
{
background-color: #732F0F;
}
.BgClassName
{
background-color: #732F0F;
}
</style>
border-color css
<style>
span { border-color: #732F0F; }
span { border-color: rgb(115,47,15); }
td.TdClassName
{
border-color: #732F0F;
}
.TagClassName
{
border-color: #732F0F;
}
</style>