Shades of Peru Tan #723C20
Tints of Peru Tan #723C20
RGB
CMYK
RGB Variations
Color information
#723C20 (or 0x723C20) is known color: Peru Tan. HEX triplet: 72, 3C and 20. RGB value is (114,60,32). Sum of RGB (Red+Green+Blue) = 114+60+32=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #723C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C20 is #8DC3DF. Grayscale: #494949. Windows color (decimal): -9290720 or 2112626. OLE color: 2112626.
HSL color Cylindrical-coordinate representation of color #723C20: hue angle of 20.49º 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 #723C20 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 32 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.55 |
| HSL | 20.49º | 0.56% | 0.29% | - |
| HSV(B) | 20.49º | 0.72% | 0.45% | - |
| XYZ | 8.82 | 6.91 | 2.24 | - |
| YUV | 72.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 32 | 0 | 0.47 | 0.72 | 0.55 | 20.49 | 0.56 | 0.29 |
| Hex | 72 | 3C | 20 | 0 | 2F | 48 | 37 | 14 | 38 | 1D |
| Octal | 162 | 74 | 40 | 0 | 57 | 110 | 67 | 24 | 70 | 35 |
| Binary | 1110010 | 111100 | 100000 | 0 | 101111 | 1001000 | 110111 | 10100 | 111000 | 11101 |
Color Harmonies of #723C20
Complementary color
Monochromatic Colors of #723C20
Black with #723C20
Text Example
Text Example
White with #723C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C20; }
p { color: rgb(114,60,32); }
H1.HeaderClassName
{
color: #723C20;
}
.AnyTagClassName
{
color: #723C20;
}
</style>
background-color css
<style>
a { background-color: #723C20; }
a { background-color: rgb(114,60,32); }
div.DivClassName
{
background-color: #723C20;
}
.BgClassName
{
background-color: #723C20;
}
</style>
border-color css
<style>
span { border-color: #723C20; }
span { border-color: rgb(114,60,32); }
td.TdClassName
{
border-color: #723C20;
}
.TagClassName
{
border-color: #723C20;
}
</style>