Shades of Peru Tan #72411E
Tints of Peru Tan #72411E
RGB
CMYK
RGB Variations
Color information
#72411E (or 0x72411E) is known color: Peru Tan. HEX triplet: 72, 41 and 1E. RGB value is (114,65,30). Sum of RGB (Red+Green+Blue) = 114+65+30=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72411E is #8DBEE1. Grayscale: #4B4B4B. Windows color (decimal): -9289442 or 1982834. OLE color: 1982834.
HSL color Cylindrical-coordinate representation of color #72411E: hue angle of 25º 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 #72411E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 30 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.55 |
| HSL | 25º | 0.58% | 0.28% | - |
| HSV(B) | 25º | 0.74% | 0.45% | - |
| XYZ | 9.06 | 7.45 | 2.19 | - |
| YUV | 75.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 30 | 0 | 0.43 | 0.74 | 0.55 | 25 | 0.58 | 0.28 |
| Hex | 72 | 41 | 1E | 0 | 2B | 4A | 37 | 19 | 3A | 1C |
| Octal | 162 | 101 | 36 | 0 | 53 | 112 | 67 | 31 | 72 | 34 |
| Binary | 1110010 | 1000001 | 11110 | 0 | 101011 | 1001010 | 110111 | 11001 | 111010 | 11100 |
Color Harmonies of #72411E
Complementary color
Monochromatic Colors of #72411E
Black with #72411E
Text Example
Text Example
White with #72411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72411E; }
p { color: rgb(114,65,30); }
H1.HeaderClassName
{
color: #72411E;
}
.AnyTagClassName
{
color: #72411E;
}
</style>
background-color css
<style>
a { background-color: #72411E; }
a { background-color: rgb(114,65,30); }
div.DivClassName
{
background-color: #72411E;
}
.BgClassName
{
background-color: #72411E;
}
</style>
border-color css
<style>
span { border-color: #72411E; }
span { border-color: rgb(114,65,30); }
td.TdClassName
{
border-color: #72411E;
}
.TagClassName
{
border-color: #72411E;
}
</style>