Shades of Peru Tan #72340D
Tints of Peru Tan #72340D
RGB
CMYK
RGB Variations
Color information
#72340D (or 0x72340D) is known color: Peru Tan. HEX triplet: 72, 34 and 0D. RGB value is (114,52,13). Sum of RGB (Red+Green+Blue) = 114+52+13=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72340D is #8DCBF2. Grayscale: #424242. Windows color (decimal): -9292787 or 865394. OLE color: 865394.
HSL color Cylindrical-coordinate representation of color #72340D: hue angle of 23.17º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72340D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 13 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.55 |
| HSL | 23.17º | 0.8% | 0.25% | - |
| HSV(B) | 23.17º | 0.89% | 0.45% | - |
| XYZ | 8.24 | 6.06 | 1.12 | - |
| YUV | 66.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 13 | 0 | 0.54 | 0.89 | 0.55 | 23.17 | 0.8 | 0.25 |
| Hex | 72 | 34 | D | 0 | 36 | 59 | 37 | 17 | 50 | 19 |
| Octal | 162 | 64 | 15 | 0 | 66 | 131 | 67 | 27 | 120 | 31 |
| Binary | 1110010 | 110100 | 1101 | 0 | 110110 | 1011001 | 110111 | 10111 | 1010000 | 11001 |
Color Harmonies of #72340D
Complementary color
Monochromatic Colors of #72340D
Black with #72340D
Text Example
Text Example
White with #72340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72340D; }
p { color: rgb(114,52,13); }
H1.HeaderClassName
{
color: #72340D;
}
.AnyTagClassName
{
color: #72340D;
}
</style>
background-color css
<style>
a { background-color: #72340D; }
a { background-color: rgb(114,52,13); }
div.DivClassName
{
background-color: #72340D;
}
.BgClassName
{
background-color: #72340D;
}
</style>
border-color css
<style>
span { border-color: #72340D; }
span { border-color: rgb(114,52,13); }
td.TdClassName
{
border-color: #72340D;
}
.TagClassName
{
border-color: #72340D;
}
</style>