Shades of Peru Tan #723B20
Tints of Peru Tan #723B20
RGB
CMYK
RGB Variations
Color information
#723B20 (or 0x723B20) is known color: Peru Tan. HEX triplet: 72, 3B and 20. RGB value is (114,59,32). Sum of RGB (Red+Green+Blue) = 114+59+32=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #723B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B20 is #8DC4DF. Grayscale: #484848. Windows color (decimal): -9290976 or 2112370. OLE color: 2112370.
HSL color Cylindrical-coordinate representation of color #723B20: hue angle of 19.76º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #723B20 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 32 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.55 |
| HSL | 19.76º | 0.56% | 0.29% | - |
| HSV(B) | 19.76º | 0.72% | 0.45% | - |
| XYZ | 8.76 | 6.81 | 2.22 | - |
| YUV | 72.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 32 | 0 | 0.48 | 0.72 | 0.55 | 19.76 | 0.56 | 0.29 |
| Hex | 72 | 3B | 20 | 0 | 30 | 48 | 37 | 14 | 38 | 1D |
| Octal | 162 | 73 | 40 | 0 | 60 | 110 | 67 | 24 | 70 | 35 |
| Binary | 1110010 | 111011 | 100000 | 0 | 110000 | 1001000 | 110111 | 10100 | 111000 | 11101 |
Color Harmonies of #723B20
Complementary color
Monochromatic Colors of #723B20
Black with #723B20
Text Example
Text Example
White with #723B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B20; }
p { color: rgb(114,59,32); }
H1.HeaderClassName
{
color: #723B20;
}
.AnyTagClassName
{
color: #723B20;
}
</style>
background-color css
<style>
a { background-color: #723B20; }
a { background-color: rgb(114,59,32); }
div.DivClassName
{
background-color: #723B20;
}
.BgClassName
{
background-color: #723B20;
}
</style>
border-color css
<style>
span { border-color: #723B20; }
span { border-color: rgb(114,59,32); }
td.TdClassName
{
border-color: #723B20;
}
.TagClassName
{
border-color: #723B20;
}
</style>