Shades of Peru Tan #723F15
Tints of Peru Tan #723F15
RGB
CMYK
RGB Variations
Color information
#723F15 (or 0x723F15) is known color: Peru Tan. HEX triplet: 72, 3F and 15. RGB value is (114,63,21). Sum of RGB (Red+Green+Blue) = 114+63+21=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #723F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723F15 is #8DC0EA. Grayscale: #494949. Windows color (decimal): -9289963 or 1392498. OLE color: 1392498.
HSL color Cylindrical-coordinate representation of color #723F15: hue angle of 27.1º degrees, saturation: 0.69, 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 #723F15 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 63 | 21 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.55 |
| HSL | 27.1º | 0.69% | 0.26% | - |
| HSV(B) | 27.1º | 0.82% | 0.45% | - |
| XYZ | 8.85 | 7.19 | 1.63 | - |
| YUV | 73.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 21 | 0 | 0.45 | 0.82 | 0.55 | 27.1 | 0.69 | 0.26 |
| Hex | 72 | 3F | 15 | 0 | 2D | 52 | 37 | 1B | 45 | 1A |
| Octal | 162 | 77 | 25 | 0 | 55 | 122 | 67 | 33 | 105 | 32 |
| Binary | 1110010 | 111111 | 10101 | 0 | 101101 | 1010010 | 110111 | 11011 | 1000101 | 11010 |
Color Harmonies of #723F15
Complementary color
Monochromatic Colors of #723F15
Black with #723F15
Text Example
Text Example
White with #723F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723F15; }
p { color: rgb(114,63,21); }
H1.HeaderClassName
{
color: #723F15;
}
.AnyTagClassName
{
color: #723F15;
}
</style>
background-color css
<style>
a { background-color: #723F15; }
a { background-color: rgb(114,63,21); }
div.DivClassName
{
background-color: #723F15;
}
.BgClassName
{
background-color: #723F15;
}
</style>
border-color css
<style>
span { border-color: #723F15; }
span { border-color: rgb(114,63,21); }
td.TdClassName
{
border-color: #723F15;
}
.TagClassName
{
border-color: #723F15;
}
</style>