Shades of Peru Tan #7C3A17
Tints of Peru Tan #7C3A17
RGB
CMYK
RGB Variations
Color information
#7C3A17 (or 0x7C3A17) is known color: Peru Tan. HEX triplet: 7C, 3A and 17. RGB value is (124,58,23). Sum of RGB (Red+Green+Blue) = 124+58+23=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3A17 is #83C5E8. Grayscale: #494949. Windows color (decimal): -8635881 or 1522300. OLE color: 1522300.
HSL color Cylindrical-coordinate representation of color #7C3A17: hue angle of 20.79º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C3A17 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 23 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.51 |
| HSL | 20.79º | 0.69% | 0.29% | - |
| HSV(B) | 20.79º | 0.81% | 0.49% | - |
| XYZ | 9.98 | 7.37 | 1.71 | - |
| YUV | 73.74 | 99.37 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 23 | 0 | 0.53 | 0.81 | 0.51 | 20.79 | 0.69 | 0.29 |
| Hex | 7C | 3A | 17 | 0 | 35 | 51 | 33 | 15 | 45 | 1D |
| Octal | 174 | 72 | 27 | 0 | 65 | 121 | 63 | 25 | 105 | 35 |
| Binary | 1111100 | 111010 | 10111 | 0 | 110101 | 1010001 | 110011 | 10101 | 1000101 | 11101 |
Color Harmonies of #7C3A17
Complementary color
Monochromatic Colors of #7C3A17
Black with #7C3A17
Text Example
Text Example
White with #7C3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A17; }
p { color: rgb(124,58,23); }
H1.HeaderClassName
{
color: #7C3A17;
}
.AnyTagClassName
{
color: #7C3A17;
}
</style>
background-color css
<style>
a { background-color: #7C3A17; }
a { background-color: rgb(124,58,23); }
div.DivClassName
{
background-color: #7C3A17;
}
.BgClassName
{
background-color: #7C3A17;
}
</style>
border-color css
<style>
span { border-color: #7C3A17; }
span { border-color: rgb(124,58,23); }
td.TdClassName
{
border-color: #7C3A17;
}
.TagClassName
{
border-color: #7C3A17;
}
</style>