Shades of Peru Tan #72360C
Tints of Peru Tan #72360C
RGB
CMYK
RGB Variations
Color information
#72360C (or 0x72360C) is known color: Peru Tan. HEX triplet: 72, 36 and 0C. RGB value is (114,54,12). Sum of RGB (Red+Green+Blue) = 114+54+12=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72360C is #8DC9F3. Grayscale: #434343. Windows color (decimal): -9292276 or 800370. OLE color: 800370.
HSL color Cylindrical-coordinate representation of color #72360C: hue angle of 24.71º degrees, saturation: 0.81, 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 #72360C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 12 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.55 |
| HSL | 24.71º | 0.81% | 0.25% | - |
| HSV(B) | 24.71º | 0.89% | 0.45% | - |
| XYZ | 8.32 | 6.24 | 1.11 | - |
| YUV | 67.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 12 | 0 | 0.53 | 0.89 | 0.55 | 24.71 | 0.81 | 0.25 |
| Hex | 72 | 36 | C | 0 | 35 | 59 | 37 | 19 | 51 | 19 |
| Octal | 162 | 66 | 14 | 0 | 65 | 131 | 67 | 31 | 121 | 31 |
| Binary | 1110010 | 110110 | 1100 | 0 | 110101 | 1011001 | 110111 | 11001 | 1010001 | 11001 |
Color Harmonies of #72360C
Complementary color
Monochromatic Colors of #72360C
Black with #72360C
Text Example
Text Example
White with #72360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72360C; }
p { color: rgb(114,54,12); }
H1.HeaderClassName
{
color: #72360C;
}
.AnyTagClassName
{
color: #72360C;
}
</style>
background-color css
<style>
a { background-color: #72360C; }
a { background-color: rgb(114,54,12); }
div.DivClassName
{
background-color: #72360C;
}
.BgClassName
{
background-color: #72360C;
}
</style>
border-color css
<style>
span { border-color: #72360C; }
span { border-color: rgb(114,54,12); }
td.TdClassName
{
border-color: #72360C;
}
.TagClassName
{
border-color: #72360C;
}
</style>