Shades of Peru Tan #723E1F
Tints of Peru Tan #723E1F
RGB
CMYK
RGB Variations
Color information
#723E1F (or 0x723E1F) is known color: Peru Tan. HEX triplet: 72, 3E and 1F. RGB value is (114,62,31). Sum of RGB (Red+Green+Blue) = 114+62+31=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #723E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723E1F is #8DC1E0. Grayscale: #4A4A4A. Windows color (decimal): -9290209 or 2047602. OLE color: 2047602.
HSL color Cylindrical-coordinate representation of color #723E1F: hue angle of 22.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #723E1F is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 62 | 31 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.55 |
| HSL | 22.41º | 0.57% | 0.28% | - |
| HSV(B) | 22.41º | 0.73% | 0.45% | - |
| XYZ | 8.91 | 7.12 | 2.2 | - |
| YUV | 74.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 31 | 0 | 0.46 | 0.73 | 0.55 | 22.41 | 0.57 | 0.28 |
| Hex | 72 | 3E | 1F | 0 | 2E | 49 | 37 | 16 | 39 | 1C |
| Octal | 162 | 76 | 37 | 0 | 56 | 111 | 67 | 26 | 71 | 34 |
| Binary | 1110010 | 111110 | 11111 | 0 | 101110 | 1001001 | 110111 | 10110 | 111001 | 11100 |
Color Harmonies of #723E1F
Complementary color
Monochromatic Colors of #723E1F
Black with #723E1F
Text Example
Text Example
White with #723E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723E1F; }
p { color: rgb(114,62,31); }
H1.HeaderClassName
{
color: #723E1F;
}
.AnyTagClassName
{
color: #723E1F;
}
</style>
background-color css
<style>
a { background-color: #723E1F; }
a { background-color: rgb(114,62,31); }
div.DivClassName
{
background-color: #723E1F;
}
.BgClassName
{
background-color: #723E1F;
}
</style>
border-color css
<style>
span { border-color: #723E1F; }
span { border-color: rgb(114,62,31); }
td.TdClassName
{
border-color: #723E1F;
}
.TagClassName
{
border-color: #723E1F;
}
</style>