Shades of Peru Tan #72391E
Tints of Peru Tan #72391E
RGB
CMYK
RGB Variations
Color information
#72391E (or 0x72391E) is known color: Peru Tan. HEX triplet: 72, 39 and 1E. RGB value is (114,57,30). Sum of RGB (Red+Green+Blue) = 114+57+30=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72391E is #8DC6E1. Grayscale: #474747. Windows color (decimal): -9291490 or 1980786. OLE color: 1980786.
HSL color Cylindrical-coordinate representation of color #72391E: hue angle of 19.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72391E is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 30 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.55 |
| HSL | 19.29º | 0.58% | 0.28% | - |
| HSV(B) | 19.29º | 0.74% | 0.45% | - |
| XYZ | 8.64 | 6.6 | 2.05 | - |
| YUV | 70.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 30 | 0 | 0.50 | 0.74 | 0.55 | 19.29 | 0.58 | 0.28 |
| Hex | 72 | 39 | 1E | 0 | 32 | 4A | 37 | 13 | 3A | 1C |
| Octal | 162 | 71 | 36 | 0 | 62 | 112 | 67 | 23 | 72 | 34 |
| Binary | 1110010 | 111001 | 11110 | 0 | 110010 | 1001010 | 110111 | 10011 | 111010 | 11100 |
Color Harmonies of #72391E
Complementary color
Monochromatic Colors of #72391E
Black with #72391E
Text Example
Text Example
White with #72391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72391E; }
p { color: rgb(114,57,30); }
H1.HeaderClassName
{
color: #72391E;
}
.AnyTagClassName
{
color: #72391E;
}
</style>
background-color css
<style>
a { background-color: #72391E; }
a { background-color: rgb(114,57,30); }
div.DivClassName
{
background-color: #72391E;
}
.BgClassName
{
background-color: #72391E;
}
</style>
border-color css
<style>
span { border-color: #72391E; }
span { border-color: rgb(114,57,30); }
td.TdClassName
{
border-color: #72391E;
}
.TagClassName
{
border-color: #72391E;
}
</style>