Shades of Peru Tan #723C14
Tints of Peru Tan #723C14
RGB
CMYK
RGB Variations
Color information
#723C14 (or 0x723C14) is known color: Peru Tan. HEX triplet: 72, 3C and 14. RGB value is (114,60,20). Sum of RGB (Red+Green+Blue) = 114+60+20=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #723C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723C14 is #8DC3EB. Grayscale: #474747. Windows color (decimal): -9290732 or 1326194. OLE color: 1326194.
HSL color Cylindrical-coordinate representation of color #723C14: hue angle of 25.53º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #723C14 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 20 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.55 |
| HSL | 25.53º | 0.7% | 0.26% | - |
| HSV(B) | 25.53º | 0.82% | 0.45% | - |
| XYZ | 8.68 | 6.86 | 1.53 | - |
| YUV | 71.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 20 | 0 | 0.47 | 0.82 | 0.55 | 25.53 | 0.7 | 0.26 |
| Hex | 72 | 3C | 14 | 0 | 2F | 52 | 37 | 1A | 46 | 1A |
| Octal | 162 | 74 | 24 | 0 | 57 | 122 | 67 | 32 | 106 | 32 |
| Binary | 1110010 | 111100 | 10100 | 0 | 101111 | 1010010 | 110111 | 11010 | 1000110 | 11010 |
Color Harmonies of #723C14
Complementary color
Monochromatic Colors of #723C14
Black with #723C14
Text Example
Text Example
White with #723C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C14; }
p { color: rgb(114,60,20); }
H1.HeaderClassName
{
color: #723C14;
}
.AnyTagClassName
{
color: #723C14;
}
</style>
background-color css
<style>
a { background-color: #723C14; }
a { background-color: rgb(114,60,20); }
div.DivClassName
{
background-color: #723C14;
}
.BgClassName
{
background-color: #723C14;
}
</style>
border-color css
<style>
span { border-color: #723C14; }
span { border-color: rgb(114,60,20); }
td.TdClassName
{
border-color: #723C14;
}
.TagClassName
{
border-color: #723C14;
}
</style>