Shades of Peru Tan #72360D
Tints of Peru Tan #72360D
RGB
CMYK
RGB Variations
Color information
#72360D (or 0x72360D) is known color: Peru Tan. HEX triplet: 72, 36 and 0D. RGB value is (114,54,13). Sum of RGB (Red+Green+Blue) = 114+54+13=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72360D is #8DC9F2. Grayscale: #434343. Windows color (decimal): -9292275 or 865906. OLE color: 865906.
HSL color Cylindrical-coordinate representation of color #72360D: hue angle of 24.36º 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 #72360D is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 13 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.55 |
| HSL | 24.36º | 0.8% | 0.25% | - |
| HSV(B) | 24.36º | 0.89% | 0.45% | - |
| XYZ | 8.33 | 6.24 | 1.15 | - |
| YUV | 67.27 | 97.38 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 13 | 0 | 0.53 | 0.89 | 0.55 | 24.36 | 0.8 | 0.25 |
| Hex | 72 | 36 | D | 0 | 35 | 59 | 37 | 18 | 50 | 19 |
| Octal | 162 | 66 | 15 | 0 | 65 | 131 | 67 | 30 | 120 | 31 |
| Binary | 1110010 | 110110 | 1101 | 0 | 110101 | 1011001 | 110111 | 11000 | 1010000 | 11001 |
Color Harmonies of #72360D
Complementary color
Monochromatic Colors of #72360D
Black with #72360D
Text Example
Text Example
White with #72360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72360D; }
p { color: rgb(114,54,13); }
H1.HeaderClassName
{
color: #72360D;
}
.AnyTagClassName
{
color: #72360D;
}
</style>
background-color css
<style>
a { background-color: #72360D; }
a { background-color: rgb(114,54,13); }
div.DivClassName
{
background-color: #72360D;
}
.BgClassName
{
background-color: #72360D;
}
</style>
border-color css
<style>
span { border-color: #72360D; }
span { border-color: rgb(114,54,13); }
td.TdClassName
{
border-color: #72360D;
}
.TagClassName
{
border-color: #72360D;
}
</style>