Shades of Peru Tan #72401E
Tints of Peru Tan #72401E
RGB
CMYK
RGB Variations
Color information
#72401E (or 0x72401E) is known color: Peru Tan. HEX triplet: 72, 40 and 1E. RGB value is (114,64,30). Sum of RGB (Red+Green+Blue) = 114+64+30=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72401E is #8DBFE1. Grayscale: #4B4B4B. Windows color (decimal): -9289698 or 1982578. OLE color: 1982578.
HSL color Cylindrical-coordinate representation of color #72401E: hue angle of 24.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 #72401E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 64 | 30 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.55 |
| HSL | 24.29º | 0.58% | 0.28% | - |
| HSV(B) | 24.29º | 0.74% | 0.45% | - |
| XYZ | 9.01 | 7.34 | 2.17 | - |
| YUV | 75.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 30 | 0 | 0.44 | 0.74 | 0.55 | 24.29 | 0.58 | 0.28 |
| Hex | 72 | 40 | 1E | 0 | 2C | 4A | 37 | 18 | 3A | 1C |
| Octal | 162 | 100 | 36 | 0 | 54 | 112 | 67 | 30 | 72 | 34 |
| Binary | 1110010 | 1000000 | 11110 | 0 | 101100 | 1001010 | 110111 | 11000 | 111010 | 11100 |
Color Harmonies of #72401E
Complementary color
Monochromatic Colors of #72401E
Black with #72401E
Text Example
Text Example
White with #72401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72401E; }
p { color: rgb(114,64,30); }
H1.HeaderClassName
{
color: #72401E;
}
.AnyTagClassName
{
color: #72401E;
}
</style>
background-color css
<style>
a { background-color: #72401E; }
a { background-color: rgb(114,64,30); }
div.DivClassName
{
background-color: #72401E;
}
.BgClassName
{
background-color: #72401E;
}
</style>
border-color css
<style>
span { border-color: #72401E; }
span { border-color: rgb(114,64,30); }
td.TdClassName
{
border-color: #72401E;
}
.TagClassName
{
border-color: #72401E;
}
</style>