Shades of Peru Tan #723B13
Tints of Peru Tan #723B13
RGB
CMYK
RGB Variations
Color information
#723B13 (or 0x723B13) is known color: Peru Tan. HEX triplet: 72, 3B and 13. RGB value is (114,59,19). Sum of RGB (Red+Green+Blue) = 114+59+19=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #723B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723B13 is #8DC4EC. Grayscale: #474747. Windows color (decimal): -9290989 or 1260402. OLE color: 1260402.
HSL color Cylindrical-coordinate representation of color #723B13: hue angle of 25.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #723B13 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 19 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.55 |
| HSL | 25.26º | 0.71% | 0.26% | - |
| HSV(B) | 25.26º | 0.83% | 0.45% | - |
| XYZ | 8.62 | 6.75 | 1.47 | - |
| YUV | 70.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 19 | 0 | 0.48 | 0.83 | 0.55 | 25.26 | 0.71 | 0.26 |
| Hex | 72 | 3B | 13 | 0 | 30 | 53 | 37 | 19 | 47 | 1A |
| Octal | 162 | 73 | 23 | 0 | 60 | 123 | 67 | 31 | 107 | 32 |
| Binary | 1110010 | 111011 | 10011 | 0 | 110000 | 1010011 | 110111 | 11001 | 1000111 | 11010 |
Color Harmonies of #723B13
Complementary color
Monochromatic Colors of #723B13
Black with #723B13
Text Example
Text Example
White with #723B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B13; }
p { color: rgb(114,59,19); }
H1.HeaderClassName
{
color: #723B13;
}
.AnyTagClassName
{
color: #723B13;
}
</style>
background-color css
<style>
a { background-color: #723B13; }
a { background-color: rgb(114,59,19); }
div.DivClassName
{
background-color: #723B13;
}
.BgClassName
{
background-color: #723B13;
}
</style>
border-color css
<style>
span { border-color: #723B13; }
span { border-color: rgb(114,59,19); }
td.TdClassName
{
border-color: #723B13;
}
.TagClassName
{
border-color: #723B13;
}
</style>