Shades of Peru Tan #732F0C
Tints of Peru Tan #732F0C
RGB
CMYK
RGB Variations
Color information
#732F0C (or 0x732F0C) is known color: Peru Tan. HEX triplet: 73, 2F and 0C. RGB value is (115,47,12). Sum of RGB (Red+Green+Blue) = 115+47+12=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #732F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732F0C is #8CD0F3. Grayscale: #3F3F3F. Windows color (decimal): -9228532 or 798579. OLE color: 798579.
HSL color Cylindrical-coordinate representation of color #732F0C: hue angle of 20.39º 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 #732F0C is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 47 | 12 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.55 |
| HSL | 20.39º | 0.81% | 0.25% | - |
| HSV(B) | 20.39º | 0.9% | 0.45% | - |
| XYZ | 8.15 | 5.7 | 1.02 | - |
| YUV | 63.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 12 | 0 | 0.59 | 0.90 | 0.55 | 20.39 | 0.81 | 0.25 |
| Hex | 73 | 2F | C | 0 | 3B | 5A | 37 | 14 | 51 | 19 |
| Octal | 163 | 57 | 14 | 0 | 73 | 132 | 67 | 24 | 121 | 31 |
| Binary | 1110011 | 101111 | 1100 | 0 | 111011 | 1011010 | 110111 | 10100 | 1010001 | 11001 |
Color Harmonies of #732F0C
Complementary color
Monochromatic Colors of #732F0C
Black with #732F0C
Text Example
Text Example
White with #732F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732F0C; }
p { color: rgb(115,47,12); }
H1.HeaderClassName
{
color: #732F0C;
}
.AnyTagClassName
{
color: #732F0C;
}
</style>
background-color css
<style>
a { background-color: #732F0C; }
a { background-color: rgb(115,47,12); }
div.DivClassName
{
background-color: #732F0C;
}
.BgClassName
{
background-color: #732F0C;
}
</style>
border-color css
<style>
span { border-color: #732F0C; }
span { border-color: rgb(115,47,12); }
td.TdClassName
{
border-color: #732F0C;
}
.TagClassName
{
border-color: #732F0C;
}
</style>