Shades of Peru Tan #72371D
Tints of Peru Tan #72371D
RGB
CMYK
RGB Variations
Color information
#72371D (or 0x72371D) is known color: Peru Tan. HEX triplet: 72, 37 and 1D. RGB value is (114,55,29). Sum of RGB (Red+Green+Blue) = 114+55+29=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72371D is #8DC8E2. Grayscale: #454545. Windows color (decimal): -9292003 or 1914738. OLE color: 1914738.
HSL color Cylindrical-coordinate representation of color #72371D: hue angle of 18.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72371D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 29 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.55 |
| HSL | 18.35º | 0.59% | 0.28% | - |
| HSV(B) | 18.35º | 0.75% | 0.45% | - |
| XYZ | 8.53 | 6.4 | 1.95 | - |
| YUV | 69.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 29 | 0 | 0.52 | 0.75 | 0.55 | 18.35 | 0.59 | 0.28 |
| Hex | 72 | 37 | 1D | 0 | 34 | 4B | 37 | 12 | 3B | 1C |
| Octal | 162 | 67 | 35 | 0 | 64 | 113 | 67 | 22 | 73 | 34 |
| Binary | 1110010 | 110111 | 11101 | 0 | 110100 | 1001011 | 110111 | 10010 | 111011 | 11100 |
Color Harmonies of #72371D
Complementary color
Monochromatic Colors of #72371D
Black with #72371D
Text Example
Text Example
White with #72371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72371D; }
p { color: rgb(114,55,29); }
H1.HeaderClassName
{
color: #72371D;
}
.AnyTagClassName
{
color: #72371D;
}
</style>
background-color css
<style>
a { background-color: #72371D; }
a { background-color: rgb(114,55,29); }
div.DivClassName
{
background-color: #72371D;
}
.BgClassName
{
background-color: #72371D;
}
</style>
border-color css
<style>
span { border-color: #72371D; }
span { border-color: rgb(114,55,29); }
td.TdClassName
{
border-color: #72371D;
}
.TagClassName
{
border-color: #72371D;
}
</style>