Shades of Peru Tan #7C351C
Tints of Peru Tan #7C351C
RGB
CMYK
RGB Variations
Color information
#7C351C (or 0x7C351C) is known color: Peru Tan. HEX triplet: 7C, 35 and 1C. RGB value is (124,53,28). Sum of RGB (Red+Green+Blue) = 124+53+28=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C351C is #83CAE3. Grayscale: #474747. Windows color (decimal): -8637156 or 1848700. OLE color: 1848700.
HSL color Cylindrical-coordinate representation of color #7C351C: hue angle of 15.62º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C351C is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 53 | 28 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.51 |
| HSL | 15.63º | 0.63% | 0.3% | - |
| HSV(B) | 15.63º | 0.77% | 0.49% | - |
| XYZ | 9.79 | 6.92 | 1.92 | - |
| YUV | 71.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 53 | 28 | 0 | 0.57 | 0.77 | 0.51 | 15.63 | 0.63 | 0.3 |
| Hex | 7C | 35 | 1C | 0 | 39 | 4D | 33 | 10 | 3F | 1E |
| Octal | 174 | 65 | 34 | 0 | 71 | 115 | 63 | 20 | 77 | 36 |
| Binary | 1111100 | 110101 | 11100 | 0 | 111001 | 1001101 | 110011 | 10000 | 111111 | 11110 |
Color Harmonies of #7C351C
Complementary color
Monochromatic Colors of #7C351C
Black with #7C351C
Text Example
Text Example
White with #7C351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C351C; }
p { color: rgb(124,53,28); }
H1.HeaderClassName
{
color: #7C351C;
}
.AnyTagClassName
{
color: #7C351C;
}
</style>
background-color css
<style>
a { background-color: #7C351C; }
a { background-color: rgb(124,53,28); }
div.DivClassName
{
background-color: #7C351C;
}
.BgClassName
{
background-color: #7C351C;
}
</style>
border-color css
<style>
span { border-color: #7C351C; }
span { border-color: rgb(124,53,28); }
td.TdClassName
{
border-color: #7C351C;
}
.TagClassName
{
border-color: #7C351C;
}
</style>