Shades of Peru Tan #72320F
Tints of Peru Tan #72320F
RGB
CMYK
RGB Variations
Color information
#72320F (or 0x72320F) is known color: Peru Tan. HEX triplet: 72, 32 and 0F. RGB value is (114,50,15). Sum of RGB (Red+Green+Blue) = 114+50+15=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72320F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72320F is #8DCDF0. Grayscale: #414141. Windows color (decimal): -9293297 or 995954. OLE color: 995954.
HSL color Cylindrical-coordinate representation of color #72320F: hue angle of 21.21º 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 #72320F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 15 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.55 |
| HSL | 21.21º | 0.77% | 0.25% | - |
| HSV(B) | 21.21º | 0.87% | 0.45% | - |
| XYZ | 8.17 | 5.89 | 1.16 | - |
| YUV | 65.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 15 | 0 | 0.56 | 0.87 | 0.55 | 21.21 | 0.77 | 0.25 |
| Hex | 72 | 32 | F | 0 | 38 | 57 | 37 | 15 | 4D | 19 |
| Octal | 162 | 62 | 17 | 0 | 70 | 127 | 67 | 25 | 115 | 31 |
| Binary | 1110010 | 110010 | 1111 | 0 | 111000 | 1010111 | 110111 | 10101 | 1001101 | 11001 |
Color Harmonies of #72320F
Complementary color
Monochromatic Colors of #72320F
Black with #72320F
Text Example
Text Example
White with #72320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72320F; }
p { color: rgb(114,50,15); }
H1.HeaderClassName
{
color: #72320F;
}
.AnyTagClassName
{
color: #72320F;
}
</style>
background-color css
<style>
a { background-color: #72320F; }
a { background-color: rgb(114,50,15); }
div.DivClassName
{
background-color: #72320F;
}
.BgClassName
{
background-color: #72320F;
}
</style>
border-color css
<style>
span { border-color: #72320F; }
span { border-color: rgb(114,50,15); }
td.TdClassName
{
border-color: #72320F;
}
.TagClassName
{
border-color: #72320F;
}
</style>