Shades of Peru Tan #72370C
Tints of Peru Tan #72370C
RGB
CMYK
RGB Variations
Color information
#72370C (or 0x72370C) is known color: Peru Tan. HEX triplet: 72, 37 and 0C. RGB value is (114,55,12). Sum of RGB (Red+Green+Blue) = 114+55+12=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72370C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72370C is #8DC8F3. Grayscale: #434343. Windows color (decimal): -9292020 or 800626. OLE color: 800626.
HSL color Cylindrical-coordinate representation of color #72370C: hue angle of 25.29º 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 #72370C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 12 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.55 |
| HSL | 25.29º | 0.81% | 0.25% | - |
| HSV(B) | 25.29º | 0.89% | 0.45% | - |
| XYZ | 8.37 | 6.34 | 1.13 | - |
| YUV | 67.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 12 | 0 | 0.52 | 0.89 | 0.55 | 25.29 | 0.81 | 0.25 |
| Hex | 72 | 37 | C | 0 | 34 | 59 | 37 | 19 | 51 | 19 |
| Octal | 162 | 67 | 14 | 0 | 64 | 131 | 67 | 31 | 121 | 31 |
| Binary | 1110010 | 110111 | 1100 | 0 | 110100 | 1011001 | 110111 | 11001 | 1010001 | 11001 |
Color Harmonies of #72370C
Complementary color
Monochromatic Colors of #72370C
Black with #72370C
Text Example
Text Example
White with #72370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72370C; }
p { color: rgb(114,55,12); }
H1.HeaderClassName
{
color: #72370C;
}
.AnyTagClassName
{
color: #72370C;
}
</style>
background-color css
<style>
a { background-color: #72370C; }
a { background-color: rgb(114,55,12); }
div.DivClassName
{
background-color: #72370C;
}
.BgClassName
{
background-color: #72370C;
}
</style>
border-color css
<style>
span { border-color: #72370C; }
span { border-color: rgb(114,55,12); }
td.TdClassName
{
border-color: #72370C;
}
.TagClassName
{
border-color: #72370C;
}
</style>